Html Css Color HEX #499E20 La Palma

📋 copy color: '#499E20'

red 73 ◦ green 158 ◦ blue 32

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

Shades of La Palma #499E20

Tints of La Palma #499E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 60.08%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 27.76%
G = 60.08%
B = 12.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#499E20 (or 0x499E20) is known color: La Palma. HEX triplet: 49, 9E and 20. RGB value is (73,158,32). Sum of RGB (Red+Green+Blue) = 73+158+32=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #499E20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499E20 is #B661DF. Grayscale: #767676. Windows color (decimal): -11952608 or 2137673. OLE color: 2137673.

HSL color Cylindrical-coordinate representation of color #499E20: hue angle of 100.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #499E20 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 158 32 -
CMYK 0.54 0 0.80 0.38
HSL 100.48º 0.66% 0.37% -
HSV(B) 100.48º 0.8% 0.62% -
XYZ 15.24 25.97 5.58 -
YUV 118.22 79.34 95.75 -
System Red Green Blue C M Y K H S L
Decimal 73 158 32 0.54 0 0.80 0.38 100.48 0.66 0.37
Hex 49 9E 20 36 0 50 26 64 42 25
Octal 111 236 40 66 0 120 46 144 102 45
Binary 1001001 10011110 100000 110110 0 1010000 100110 1100100 1000010 100101

Color Harmonies of #499E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499E20

Black with #499E20

Text Example


Text Example

White with #499E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499E20; }

 p { color: rgb(73,158,32); }

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

background-color css

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

 a { background-color: rgb(73,158,32); }

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

border-color css

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

 span { border-color: rgb(73,158,32); }

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