Html Css Color HEX #499310 La Palma

📋 copy color: '#499310'

red 73 ◦ green 147 ◦ blue 16

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

Shades of La Palma #499310

Tints of La Palma #499310

RGB

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

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

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

R = 30.93%
G = 62.29%
B = 6.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#499310 (or 0x499310) is known color: La Palma. HEX triplet: 49, 93 and 10. RGB value is (73,147,16). Sum of RGB (Red+Green+Blue) = 73+147+16=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #499310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499310 is #B66CEF. Grayscale: #6E6E6E. Windows color (decimal): -11955440 or 1086281. OLE color: 1086281.

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

Color convert

RGB 73 147 16 -
CMYK 0.50 0 0.89 0.42
HSL 93.89º 0.8% 0.32% -
HSV(B) 93.89º 0.89% 0.58% -
XYZ 13.27 22.32 4.1 -
YUV 109.94 74.98 101.65 -
System Red Green Blue C M Y K H S L
Decimal 73 147 16 0.50 0 0.89 0.42 93.89 0.8 0.32
Hex 49 93 10 32 0 59 2A 5E 50 20
Octal 111 223 20 62 0 131 52 136 120 40
Binary 1001001 10010011 10000 110010 0 1011001 101010 1011110 1010000 100000

Color Harmonies of #499310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499310

Black with #499310

Text Example


Text Example

White with #499310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499310; }

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

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

background-color css

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

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

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

border-color css

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

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

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