#449420

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

Shades of La Palma #449420

Tints of La Palma #449420

Color information

#449420 (or 0x449420) is unknown color: approx La Palma. HEX triplet: 44, 94 and 20. RGB value is (68,148,32). Sum of RGB (Red+Green+Blue) = 68+148+32=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #449420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449420 is #BB6BDF. Grayscale: #6F6F6F. Windows color (decimal): -12282848 or 2135108. OLE color: 2135108.

HSL color Cylindrical-coordinate representation of color #449420: hue angle of 101.38º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #449420 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB6814832-
CMYK0.5400.780.42
HSL101.38º64.44%35.29%-
HSV(B)101.38º78.38%58.04%-
XYZ13.2322.515.01-
YUV110.8683.597.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 148 (58.20% from 255) = 59.68%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=27.42%
G=59.68%
B=12.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148320.5400.780.42101.3864.4435.29
Hex4494203604E2A654023
Octal104224406601165214510043
Binary1000100100101001000001101100100111010101011001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449420; }

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

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

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

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

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

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

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

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