#448529

Color #448529 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #448529

Tints of La Palma #448529

Color information

#448529 (or 0x448529) is unknown color: approx La Palma. HEX triplet: 44, 85 and 29. RGB value is (68,133,41). Sum of RGB (Red+Green+Blue) = 68+133+41=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #448529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448529 is #BB7AD6. Grayscale: #676767. Windows color (decimal): -12286679 or 2721092. OLE color: 2721092.

HSL color Cylindrical-coordinate representation of color #448529: hue angle of 102.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448529 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB6813341-
CMYK0.4900.690.48
HSL102.39º52.87%34.12%-
HSV(B)102.39º69.17%52.16%-
XYZ11.1718.165.02-
YUV103.0892.97102.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 41 (16.41% from 255) = 16.94%
R=28.10%
G=54.96%
B=16.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133410.4900.690.48102.3952.8734.12
Hex4485293104530663522
Octal10420551610105601466542
Binary100010010000101101001110001010001011100001100110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448529; }

 p { color: rgb(68,133,41); }

 H1.HeaderClassName
 {
   color: #448529;
 }
 .AnyTagClassName
 {
   color: #448529;
 }
</style>
background-color css

<style>
 a { background-color: #448529; }

 a { background-color: rgb(68,133,41); }

 div.DivClassName
 {
   background-color: #448529;
 }
 .BgClassName
 {
   background-color: #448529;
 }
</style>
border-color css

<style>
 span { border-color: #448529; }

 span { border-color: rgb(68,133,41); }

 td.TdClassName
 {
   border-color: #448529;
 }
 .TagClassName
 {
   border-color: #448529;
 }
</style>