Html Css Color HEX #499110 La Palma

📋 copy color: '#499110'

red 73 ◦ green 145 ◦ blue 16

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

Shades of La Palma #499110

Tints of La Palma #499110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 31.2%
G = 61.97%
B = 6.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#499110 (or 0x499110) is known color: La Palma. HEX triplet: 49, 91 and 10. RGB value is (73,145,16). Sum of RGB (Red+Green+Blue) = 73+145+16=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #499110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499110 is #B66EEF. Grayscale: #6D6D6D. Windows color (decimal): -11955952 or 1085769. OLE color: 1085769.

HSL color Cylindrical-coordinate representation of color #499110: hue angle of 93.49º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #499110 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 16 -
CMYK 0.50 0 0.89 0.43
HSL 93.49º 0.8% 0.32% -
HSV(B) 93.49º 0.89% 0.57% -
XYZ 12.97 21.7 4 -
YUV 108.77 75.65 102.49 -
System Red Green Blue C M Y K H S L
Decimal 73 145 16 0.50 0 0.89 0.43 93.49 0.8 0.32
Hex 49 91 10 32 0 59 2B 5D 50 20
Octal 111 221 20 62 0 131 53 135 120 40
Binary 1001001 10010001 10000 110010 0 1011001 101011 1011101 1010000 100000

Color Harmonies of #499110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499110

Black with #499110

Text Example


Text Example

White with #499110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499110; }

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

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

background-color css

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

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

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

border-color css

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

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

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