Html Css Color HEX #499313 La Palma

📋 copy color: '#499313'

red 73 ◦ green 147 ◦ blue 19

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

Shades of La Palma #499313

Tints of La Palma #499313

RGB

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

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

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

R = 30.54%
G = 61.51%
B = 7.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#499313 (or 0x499313) is known color: La Palma. HEX triplet: 49, 93 and 13. RGB value is (73,147,19). Sum of RGB (Red+Green+Blue) = 73+147+19=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #499313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499313 is #B66CEC. Grayscale: #6E6E6E. Windows color (decimal): -11955437 or 1282889. OLE color: 1282889.

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

Color convert

RGB 73 147 19 -
CMYK 0.50 0 0.87 0.42
HSL 94.69º 0.77% 0.33% -
HSV(B) 94.69º 0.87% 0.58% -
XYZ 13.3 22.33 4.23 -
YUV 110.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 73 147 19 0.50 0 0.87 0.42 94.69 0.77 0.33
Hex 49 93 13 32 0 57 2A 5F 4D 21
Octal 111 223 23 62 0 127 52 137 115 41
Binary 1001001 10010011 10011 110010 0 1010111 101010 1011111 1001101 100001

Color Harmonies of #499313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499313

Black with #499313

Text Example


Text Example

White with #499313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499313; }

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

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

background-color css

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

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

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

border-color css

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

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

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