Html Css Color HEX #499420 La Palma

📋 copy color: '#499420'

red 73 ◦ green 148 ◦ blue 32

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

Shades of La Palma #499420

Tints of La Palma #499420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.5%

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

R = 28.85%
G = 58.5%
B = 12.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#499420 (or 0x499420) is known color: La Palma. HEX triplet: 49, 94 and 20. RGB value is (73,148,32). Sum of RGB (Red+Green+Blue) = 73+148+32=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #499420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499420 is #B66BDF. Grayscale: #707070. Windows color (decimal): -11955168 or 2135113. OLE color: 2135113.

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

Color convert

RGB 73 148 32 -
CMYK 0.51 0 0.78 0.42
HSL 98.79º 0.64% 0.35% -
HSV(B) 98.79º 0.78% 0.58% -
XYZ 13.6 22.7 5.03 -
YUV 112.35 82.65 99.93 -
System Red Green Blue C M Y K H S L
Decimal 73 148 32 0.51 0 0.78 0.42 98.79 0.64 0.35
Hex 49 94 20 33 0 4E 2A 63 40 23
Octal 111 224 40 63 0 116 52 143 100 43
Binary 1001001 10010100 100000 110011 0 1001110 101010 1100011 1000000 100011

Color Harmonies of #499420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499420

Black with #499420

Text Example


Text Example

White with #499420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499420; }

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

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

background-color css

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

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

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

border-color css

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

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

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