Html Css Color HEX #499220 La Palma

📋 copy color: '#499220'

red 73 ◦ green 146 ◦ blue 32

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

Shades of La Palma #499220

Tints of La Palma #499220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.17%

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

R = 29.08%
G = 58.17%
B = 12.75%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#499220 (or 0x499220) is known color: La Palma. HEX triplet: 49, 92 and 20. RGB value is (73,146,32). Sum of RGB (Red+Green+Blue) = 73+146+32=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #499220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499220 is #B66DDF. Grayscale: #6F6F6F. Windows color (decimal): -11955680 or 2134601. OLE color: 2134601.

HSL color Cylindrical-coordinate representation of color #499220: hue angle of 98.42º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #499220 is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 32 -
CMYK 0.5 0 0.78 0.43
HSL 98.42º 0.64% 0.35% -
HSV(B) 98.42º 0.78% 0.57% -
XYZ 13.29 22.08 4.93 -
YUV 111.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 73 146 32 0.5 0 0.78 0.43 98.42 0.64 0.35
Hex 49 92 20 32 0 4E 2B 62 40 23
Octal 111 222 40 62 0 116 53 142 100 43
Binary 1001001 10010010 100000 110010 0 1001110 101011 1100010 1000000 100011

Color Harmonies of #499220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499220

Black with #499220

Text Example


Text Example

White with #499220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499220; }

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

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

background-color css

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

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

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

border-color css

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

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

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