Html Css Color HEX #499232 La Palma

📋 copy color: '#499232'

red 73 ◦ green 146 ◦ blue 50

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

Shades of La Palma #499232

Tints of La Palma #499232

RGB

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

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

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

R = 27.14%
G = 54.28%
B = 18.59%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#499232 (or 0x499232) is known color: La Palma. HEX triplet: 49, 92 and 32. RGB value is (73,146,50). Sum of RGB (Red+Green+Blue) = 73+146+50=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #499232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499232 is #B66DCD. Grayscale: #717171. Windows color (decimal): -11955662 or 3314249. OLE color: 3314249.

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

Color convert

RGB 73 146 50 -
CMYK 0.5 0 0.66 0.43
HSL 105.63º 0.49% 0.38% -
HSV(B) 105.63º 0.66% 0.57% -
XYZ 13.6 22.2 6.59 -
YUV 113.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 73 146 50 0.5 0 0.66 0.43 105.63 0.49 0.38
Hex 49 92 32 32 0 42 2B 6A 31 26
Octal 111 222 62 62 0 102 53 152 61 46
Binary 1001001 10010010 110010 110010 0 1000010 101011 1101010 110001 100110

Color Harmonies of #499232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499232

Black with #499232

Text Example


Text Example

White with #499232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499232; }

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

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

background-color css

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

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

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

border-color css

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

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

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