Html Css Color HEX #499120 La Palma

📋 copy color: '#499120'

red 73 ◦ green 145 ◦ blue 32

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

Shades of La Palma #499120

Tints of La Palma #499120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58%

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

R = 29.2%
G = 58%
B = 12.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#499120 (or 0x499120) is known color: La Palma. HEX triplet: 49, 91 and 20. RGB value is (73,145,32). Sum of RGB (Red+Green+Blue) = 73+145+32=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #499120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499120 is #B66EDF. Grayscale: #6E6E6E. Windows color (decimal): -11955936 or 2134345. OLE color: 2134345.

HSL color Cylindrical-coordinate representation of color #499120: hue angle of 98.23º 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 #499120 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 32 -
CMYK 0.50 0 0.78 0.43
HSL 98.23º 0.64% 0.35% -
HSV(B) 98.23º 0.78% 0.57% -
XYZ 13.13 21.77 4.88 -
YUV 110.59 83.65 101.19 -
System Red Green Blue C M Y K H S L
Decimal 73 145 32 0.50 0 0.78 0.43 98.23 0.64 0.35
Hex 49 91 20 32 0 4E 2B 62 40 23
Octal 111 221 40 62 0 116 53 142 100 43
Binary 1001001 10010001 100000 110010 0 1001110 101011 1100010 1000000 100011

Color Harmonies of #499120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499120

Black with #499120

Text Example


Text Example

White with #499120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499120; }

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

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

background-color css

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

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

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

border-color css

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

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

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