#449620

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

Shades of La Palma #449620

Tints of La Palma #449620

Color information

#449620 (or 0x449620) is unknown color: approx La Palma. HEX triplet: 44, 96 and 20. RGB value is (68,150,32). Sum of RGB (Red+Green+Blue) = 68+150+32=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #449620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449620 is #BB69DF. Grayscale: #707070. Windows color (decimal): -12282336 or 2135620. OLE color: 2135620.

HSL color Cylindrical-coordinate representation of color #449620: hue angle of 101.69º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #449620 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB6815032-
CMYK0.5500.790.41
HSL101.69º64.84%35.69%-
HSV(B)101.69º78.67%58.82%-
XYZ13.5523.155.12-
YUV112.0382.8396.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 150 (58.98% from 255) = 60%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=27.2%
G=60%
B=12.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68150320.5500.790.41101.6964.8435.69
Hex4496203704F29664124
Octal104226406701175114610144
Binary1000100100101101000001101110100111110100111001101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449620; }

 p { color: rgb(68,150,32); }

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

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

 a { background-color: rgb(68,150,32); }

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

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

 span { border-color: rgb(68,150,32); }

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