Html Css Color HEX #449612 La Palma

📋 copy color: '#449612'

red 68 ◦ green 150 ◦ blue 18

#449612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #449612

Tints of La Palma #449612

RGB

 RED value IS 68 (26.95% from 255) = 28.81%

 GREEN value IS 150 (58.98% from 255) = 63.56%

 BLUE value IS 18 (7.42% from 255) = 7.63%

R = 28.81%
G = 63.56%
B = 7.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#449612 (or 0x449612) is known color: La Palma. HEX triplet: 44, 96 and 12. RGB value is (68,150,18). Sum of RGB (Red+Green+Blue) = 68+150+18=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #449612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449612 is #BB69ED. Grayscale: #6E6E6E. Windows color (decimal): -12282350 or 1218116. OLE color: 1218116.

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

Color convert

RGB 68 150 18 -
CMYK 0.55 0 0.88 0.41
HSL 97.27º 0.79% 0.33% -
HSV(B) 97.27º 0.88% 0.59% -
XYZ 13.4 23.09 4.32 -
YUV 110.43 75.83 97.73 -
System Red Green Blue C M Y K H S L
Decimal 68 150 18 0.55 0 0.88 0.41 97.27 0.79 0.33
Hex 44 96 12 37 0 58 29 61 4F 21
Octal 104 226 22 67 0 130 51 141 117 41
Binary 1000100 10010110 10010 110111 0 1011000 101001 1100001 1001111 100001

Color Harmonies of #449612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449612

Black with #449612

Text Example


Text Example

White with #449612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449612; }

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

 H1.HeaderClassName
 {
   color: #449612;
 }
 .AnyTagClassName
 {
   color: #449612;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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