Html Css Color HEX #499319 La Palma

📋 copy color: '#499319'

red 73 ◦ green 147 ◦ blue 25

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

Shades of La Palma #499319

Tints of La Palma #499319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 29.8%
G = 60%
B = 10.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#499319 (or 0x499319) is known color: La Palma. HEX triplet: 49, 93 and 19. RGB value is (73,147,25). Sum of RGB (Red+Green+Blue) = 73+147+25=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #499319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499319 is #B66CE6. Grayscale: #6F6F6F. Windows color (decimal): -11955431 or 1676105. OLE color: 1676105.

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

Color convert

RGB 73 147 25 -
CMYK 0.50 0 0.83 0.42
HSL 96.39º 0.71% 0.34% -
HSV(B) 96.39º 0.83% 0.58% -
XYZ 13.36 22.35 4.53 -
YUV 110.97 79.48 100.92 -
System Red Green Blue C M Y K H S L
Decimal 73 147 25 0.50 0 0.83 0.42 96.39 0.71 0.34
Hex 49 93 19 32 0 53 2A 60 47 22
Octal 111 223 31 62 0 123 52 140 107 42
Binary 1001001 10010011 11001 110010 0 1010011 101010 1100000 1000111 100010

Color Harmonies of #499319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499319

Black with #499319

Text Example


Text Example

White with #499319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499319; }

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

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

background-color css

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

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

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

border-color css

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

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

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