Html Css Color HEX #499012 La Palma

📋 copy color: '#499012'

red 73 ◦ green 144 ◦ blue 18

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

Shades of La Palma #499012

Tints of La Palma #499012

RGB

 RED value IS 73 (28.91% from 255) = 31.06%

 GREEN value IS 144 (56.64% from 255) = 61.28%

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

R = 31.06%
G = 61.28%
B = 7.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#499012 (or 0x499012) is known color: La Palma. HEX triplet: 49, 90 and 12. RGB value is (73,144,18). Sum of RGB (Red+Green+Blue) = 73+144+18=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #499012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499012 is #B66FED. Grayscale: #6C6C6C. Windows color (decimal): -11956206 or 1216585. OLE color: 1216585.

HSL color Cylindrical-coordinate representation of color #499012: hue angle of 93.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #499012 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 18 -
CMYK 0.49 0 0.88 0.44
HSL 93.81º 0.78% 0.32% -
HSV(B) 93.81º 0.88% 0.56% -
XYZ 12.83 21.41 4.03 -
YUV 108.41 76.98 102.75 -
System Red Green Blue C M Y K H S L
Decimal 73 144 18 0.49 0 0.88 0.44 93.81 0.78 0.32
Hex 49 90 12 31 0 58 2C 5E 4E 20
Octal 111 220 22 61 0 130 54 136 116 40
Binary 1001001 10010000 10010 110001 0 1011000 101100 1011110 1001110 100000

Color Harmonies of #499012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499012

Black with #499012

Text Example


Text Example

White with #499012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499012; }

 p { color: rgb(73,144,18); }

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

background-color css

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

 a { background-color: rgb(73,144,18); }

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

border-color css

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

 span { border-color: rgb(73,144,18); }

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