Html Css Color HEX #499D20 La Palma

📋 copy color: '#499D20'

red 73 ◦ green 157 ◦ blue 32

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

Shades of La Palma #499D20

Tints of La Palma #499D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 59.92%

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

R = 27.86%
G = 59.92%
B = 12.21%

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

#499D20 (or 0x499D20) is known color: La Palma. HEX triplet: 49, 9D and 20. RGB value is (73,157,32). Sum of RGB (Red+Green+Blue) = 73+157+32=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 157 (61.72% from 255 or 59.92% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 157 - color contains mainly: green. Hex color #499D20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D20 is #B662DF. Grayscale: #767676. Windows color (decimal): -11952864 or 2137417. OLE color: 2137417.

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

Color convert

RGB 73 157 32 -
CMYK 0.54 0 0.80 0.38
HSL 100.32º 0.66% 0.37% -
HSV(B) 100.32º 0.8% 0.62% -
XYZ 15.07 25.63 5.52 -
YUV 117.63 79.67 96.16 -
System Red Green Blue C M Y K H S L
Decimal 73 157 32 0.54 0 0.80 0.38 100.32 0.66 0.37
Hex 49 9D 20 36 0 50 26 64 42 25
Octal 111 235 40 66 0 120 46 144 102 45
Binary 1001001 10011101 100000 110110 0 1010000 100110 1100100 1000010 100101

Color Harmonies of #499D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D20

Black with #499D20

Text Example


Text Example

White with #499D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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