Html Css Color HEX #499513 La Palma

📋 copy color: '#499513'

red 73 ◦ green 149 ◦ blue 19

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

Shades of La Palma #499513

Tints of La Palma #499513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 61.83%

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

R = 30.29%
G = 61.83%
B = 7.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#499513 (or 0x499513) is known color: La Palma. HEX triplet: 49, 95 and 13. RGB value is (73,149,19). Sum of RGB (Red+Green+Blue) = 73+149+19=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #499513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499513 is #B66AEC. Grayscale: #6F6F6F. Windows color (decimal): -11954925 or 1283401. OLE color: 1283401.

HSL color Cylindrical-coordinate representation of color #499513: hue angle of 95.08º 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 #499513 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 19 -
CMYK 0.51 0 0.87 0.42
HSL 95.08º 0.77% 0.33% -
HSV(B) 95.08º 0.87% 0.58% -
XYZ 13.61 22.96 4.33 -
YUV 111.46 75.82 100.57 -
System Red Green Blue C M Y K H S L
Decimal 73 149 19 0.51 0 0.87 0.42 95.08 0.77 0.33
Hex 49 95 13 33 0 57 2A 5F 4D 21
Octal 111 225 23 63 0 127 52 137 115 41
Binary 1001001 10010101 10011 110011 0 1010111 101010 1011111 1001101 100001

Color Harmonies of #499513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499513

Black with #499513

Text Example


Text Example

White with #499513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499513; }

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

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

background-color css

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

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

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

border-color css

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

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

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