#449116

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

Shades of La Palma #449116

Tints of La Palma #449116

Color information

#449116 (or 0x449116) is unknown color: approx La Palma. HEX triplet: 44, 91 and 16. RGB value is (68,145,22). Sum of RGB (Red+Green+Blue) = 68+145+22=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #449116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449116 is #BB6EE9. Grayscale: #6C6C6C. Windows color (decimal): -12283626 or 1478980. OLE color: 1478980.

HSL color Cylindrical-coordinate representation of color #449116: hue angle of 97.56º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #449116 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB6814522-
CMYK0.5300.850.43
HSL97.56º73.65%32.75%-
HSV(B)97.56º84.83%56.86%-
XYZ12.6521.544.25-
YUV107.9679.4999.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 145 (57.03% from 255) = 61.70%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=28.94%
G=61.70%
B=9.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145220.5300.850.4397.5673.6532.75
Hex449116350552B624a21
Octal104221266501255314211241
Binary100010010010001101101101010101010110101111000101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449116; }

 p { color: rgb(68,145,22); }

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

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

 a { background-color: rgb(68,145,22); }

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

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

 span { border-color: rgb(68,145,22); }

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