Html Css Color HEX #499320 La Palma

📋 copy color: '#499320'

red 73 ◦ green 147 ◦ blue 32

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

Shades of La Palma #499320

Tints of La Palma #499320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.33%

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

R = 28.97%
G = 58.33%
B = 12.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#499320 (or 0x499320) is known color: La Palma. HEX triplet: 49, 93 and 20. RGB value is (73,147,32). Sum of RGB (Red+Green+Blue) = 73+147+32=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #499320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499320 is #B66CDF. Grayscale: #707070. Windows color (decimal): -11955424 or 2134857. OLE color: 2134857.

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

Color convert

RGB 73 147 32 -
CMYK 0.50 0 0.78 0.42
HSL 98.61º 0.64% 0.35% -
HSV(B) 98.61º 0.78% 0.58% -
XYZ 13.44 22.39 4.98 -
YUV 111.76 82.98 100.35 -
System Red Green Blue C M Y K H S L
Decimal 73 147 32 0.50 0 0.78 0.42 98.61 0.64 0.35
Hex 49 93 20 32 0 4E 2A 63 40 23
Octal 111 223 40 62 0 116 52 143 100 43
Binary 1001001 10010011 100000 110010 0 1001110 101010 1100011 1000000 100011

Color Harmonies of #499320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499320

Black with #499320

Text Example


Text Example

White with #499320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499320; }

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

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

background-color css

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

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

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

border-color css

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

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

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