Html Css Color HEX #499515 La Palma

📋 copy color: '#499515'

red 73 ◦ green 149 ◦ blue 21

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

Shades of La Palma #499515

Tints of La Palma #499515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.64%

R = 30.04%
G = 61.32%
B = 8.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#499515 (or 0x499515) is known color: La Palma. HEX triplet: 49, 95 and 15. RGB value is (73,149,21). Sum of RGB (Red+Green+Blue) = 73+149+21=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #499515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499515 is #B66AEA. Grayscale: #707070. Windows color (decimal): -11954923 or 1414473. OLE color: 1414473.

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

Color convert

RGB 73 149 21 -
CMYK 0.51 0 0.86 0.42
HSL 95.63º 0.75% 0.33% -
HSV(B) 95.63º 0.86% 0.58% -
XYZ 13.63 22.97 4.42 -
YUV 111.68 76.82 100.41 -
System Red Green Blue C M Y K H S L
Decimal 73 149 21 0.51 0 0.86 0.42 95.63 0.75 0.33
Hex 49 95 15 33 0 56 2A 60 4B 21
Octal 111 225 25 63 0 126 52 140 113 41
Binary 1001001 10010101 10101 110011 0 1010110 101010 1100000 1001011 100001

Color Harmonies of #499515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499515

Black with #499515

Text Example


Text Example

White with #499515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499515; }

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

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

background-color css

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

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

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

border-color css

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

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

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