Html Css Color HEX #499113 La Palma

📋 copy color: '#499113'

red 73 ◦ green 145 ◦ blue 19

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

Shades of La Palma #499113

Tints of La Palma #499113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 30.8%
G = 61.18%
B = 8.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#499113 (or 0x499113) is known color: La Palma. HEX triplet: 49, 91 and 13. RGB value is (73,145,19). Sum of RGB (Red+Green+Blue) = 73+145+19=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #499113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499113 is #B66EEC. Grayscale: #6D6D6D. Windows color (decimal): -11955949 or 1282377. OLE color: 1282377.

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

Color convert

RGB 73 145 19 -
CMYK 0.50 0 0.87 0.43
HSL 94.29º 0.77% 0.32% -
HSV(B) 94.29º 0.87% 0.57% -
XYZ 12.99 21.71 4.12 -
YUV 109.11 77.15 102.25 -
System Red Green Blue C M Y K H S L
Decimal 73 145 19 0.50 0 0.87 0.43 94.29 0.77 0.32
Hex 49 91 13 32 0 57 2B 5E 4D 20
Octal 111 221 23 62 0 127 53 136 115 40
Binary 1001001 10010001 10011 110010 0 1010111 101011 1011110 1001101 100000

Color Harmonies of #499113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499113

Black with #499113

Text Example


Text Example

White with #499113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499113; }

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

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

background-color css

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

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

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

border-color css

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

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

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