Html Css Color HEX #499124 La Palma

📋 copy color: '#499124'

red 73 ◦ green 145 ◦ blue 36

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

Shades of La Palma #499124

Tints of La Palma #499124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.09%

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 28.74%
G = 57.09%
B = 14.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#499124 (or 0x499124) is known color: La Palma. HEX triplet: 49, 91 and 24. RGB value is (73,145,36). Sum of RGB (Red+Green+Blue) = 73+145+36=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #499124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499124 is #B66EDB. Grayscale: #6F6F6F. Windows color (decimal): -11955932 or 2396489. OLE color: 2396489.

HSL color Cylindrical-coordinate representation of color #499124: hue angle of 99.63º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #499124 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 36 -
CMYK 0.50 0 0.75 0.43
HSL 99.63º 0.6% 0.35% -
HSV(B) 99.63º 0.75% 0.57% -
XYZ 13.19 21.79 5.18 -
YUV 111.05 85.65 100.86 -
System Red Green Blue C M Y K H S L
Decimal 73 145 36 0.50 0 0.75 0.43 99.63 0.6 0.35
Hex 49 91 24 32 0 4B 2B 64 3C 23
Octal 111 221 44 62 0 113 53 144 74 43
Binary 1001001 10010001 100100 110010 0 1001011 101011 1100100 111100 100011

Color Harmonies of #499124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499124

Black with #499124

Text Example


Text Example

White with #499124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499124; }

 p { color: rgb(73,145,36); }

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

background-color css

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

 a { background-color: rgb(73,145,36); }

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

border-color css

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

 span { border-color: rgb(73,145,36); }

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