Html Css Color HEX #499032 La Palma

📋 copy color: '#499032'

red 73 ◦ green 144 ◦ blue 50

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

Shades of La Palma #499032

Tints of La Palma #499032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.93%

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 27.34%
G = 53.93%
B = 18.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#499032 (or 0x499032) is known color: La Palma. HEX triplet: 49, 90 and 32. RGB value is (73,144,50). Sum of RGB (Red+Green+Blue) = 73+144+50=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #499032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499032 is #B66FCD. Grayscale: #707070. Windows color (decimal): -11956174 or 3313737. OLE color: 3313737.

HSL color Cylindrical-coordinate representation of color #499032: hue angle of 105.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499032 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 50 -
CMYK 0.49 0 0.65 0.44
HSL 105.32º 0.48% 0.38% -
HSV(B) 105.32º 0.65% 0.56% -
XYZ 13.3 21.59 6.48 -
YUV 112.06 92.98 100.14 -
System Red Green Blue C M Y K H S L
Decimal 73 144 50 0.49 0 0.65 0.44 105.32 0.48 0.38
Hex 49 90 32 31 0 41 2C 69 30 26
Octal 111 220 62 61 0 101 54 151 60 46
Binary 1001001 10010000 110010 110001 0 1000001 101100 1101001 110000 100110

Color Harmonies of #499032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499032

Black with #499032

Text Example


Text Example

White with #499032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499032; }

 p { color: rgb(73,144,50); }

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

background-color css

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

 a { background-color: rgb(73,144,50); }

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

border-color css

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

 span { border-color: rgb(73,144,50); }

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