Html Css Color HEX #499720 La Palma

📋 copy color: '#499720'

red 73 ◦ green 151 ◦ blue 32

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

Shades of La Palma #499720

Tints of La Palma #499720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 58.98%

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

R = 28.52%
G = 58.98%
B = 12.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#499720 (or 0x499720) is known color: La Palma. HEX triplet: 49, 97 and 20. RGB value is (73,151,32). Sum of RGB (Red+Green+Blue) = 73+151+32=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #499720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499720 is #B668DF. Grayscale: #727272. Windows color (decimal): -11954400 or 2135881. OLE color: 2135881.

HSL color Cylindrical-coordinate representation of color #499720: hue angle of 99.33º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #499720 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 32 -
CMYK 0.52 0 0.79 0.41
HSL 99.33º 0.65% 0.36% -
HSV(B) 99.33º 0.79% 0.59% -
XYZ 14.07 23.65 5.19 -
YUV 114.11 81.66 98.68 -
System Red Green Blue C M Y K H S L
Decimal 73 151 32 0.52 0 0.79 0.41 99.33 0.65 0.36
Hex 49 97 20 34 0 4F 29 63 41 24
Octal 111 227 40 64 0 117 51 143 101 44
Binary 1001001 10010111 100000 110100 0 1001111 101001 1100011 1000001 100100

Color Harmonies of #499720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499720

Black with #499720

Text Example


Text Example

White with #499720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499720; }

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

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

background-color css

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

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

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

border-color css

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

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

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