Html Css Color HEX #499F20 La Palma

📋 copy color: '#499F20'

red 73 ◦ green 159 ◦ blue 32

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

Shades of La Palma #499F20

Tints of La Palma #499F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 60.23%

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

R = 27.65%
G = 60.23%
B = 12.12%

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

#499F20 (or 0x499F20) is known color: La Palma. HEX triplet: 49, 9F and 20. RGB value is (73,159,32). Sum of RGB (Red+Green+Blue) = 73+159+32=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #499F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499F20 is #B660DF. Grayscale: #777777. Windows color (decimal): -11952352 or 2137929. OLE color: 2137929.

HSL color Cylindrical-coordinate representation of color #499F20: hue angle of 100.63º 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 #499F20 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 159 32 -
CMYK 0.54 0 0.80 0.38
HSL 100.63º 0.66% 0.37% -
HSV(B) 100.63º 0.8% 0.62% -
XYZ 15.41 26.32 5.63 -
YUV 118.81 79.01 95.33 -
System Red Green Blue C M Y K H S L
Decimal 73 159 32 0.54 0 0.80 0.38 100.63 0.66 0.37
Hex 49 9F 20 36 0 50 26 65 42 25
Octal 111 237 40 66 0 120 46 145 102 45
Binary 1001001 10011111 100000 110110 0 1010000 100110 1100101 1000010 100101

Color Harmonies of #499F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F20

Black with #499F20

Text Example


Text Example

White with #499F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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