Html Css Color HEX #499620 La Palma

📋 copy color: '#499620'

red 73 ◦ green 150 ◦ blue 32

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

Shades of La Palma #499620

Tints of La Palma #499620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.82%

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

R = 28.63%
G = 58.82%
B = 12.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#499620 (or 0x499620) is known color: La Palma. HEX triplet: 49, 96 and 20. RGB value is (73,150,32). Sum of RGB (Red+Green+Blue) = 73+150+32=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #499620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499620 is #B669DF. Grayscale: #717171. Windows color (decimal): -11954656 or 2135625. OLE color: 2135625.

HSL color Cylindrical-coordinate representation of color #499620: hue angle of 99.15º 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 #499620 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 32 -
CMYK 0.51 0 0.79 0.41
HSL 99.15º 0.65% 0.36% -
HSV(B) 99.15º 0.79% 0.59% -
XYZ 13.91 23.33 5.14 -
YUV 113.53 81.99 99.09 -
System Red Green Blue C M Y K H S L
Decimal 73 150 32 0.51 0 0.79 0.41 99.15 0.65 0.36
Hex 49 96 20 33 0 4F 29 63 41 24
Octal 111 226 40 63 0 117 51 143 101 44
Binary 1001001 10010110 100000 110011 0 1001111 101001 1100011 1000001 100100

Color Harmonies of #499620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499620

Black with #499620

Text Example


Text Example

White with #499620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499620; }

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

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

background-color css

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

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

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

border-color css

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

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

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