Html Css Color HEX #499216 La Palma

📋 copy color: '#499216'

red 73 ◦ green 146 ◦ blue 22

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

Shades of La Palma #499216

Tints of La Palma #499216

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.58%

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 30.29%
G = 60.58%
B = 9.13%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#499216 (or 0x499216) is known color: La Palma. HEX triplet: 49, 92 and 16. RGB value is (73,146,22). Sum of RGB (Red+Green+Blue) = 73+146+22=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #499216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499216 is #B66DE9. Grayscale: #6E6E6E. Windows color (decimal): -11955690 or 1479241. OLE color: 1479241.

HSL color Cylindrical-coordinate representation of color #499216: hue angle of 95.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #499216 is Cyan = 0.5, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 22 -
CMYK 0.5 0 0.85 0.43
HSL 95.32º 0.74% 0.33% -
HSV(B) 95.32º 0.85% 0.57% -
XYZ 13.17 22.03 4.32 -
YUV 110.04 78.32 101.58 -
System Red Green Blue C M Y K H S L
Decimal 73 146 22 0.5 0 0.85 0.43 95.32 0.74 0.33
Hex 49 92 16 32 0 55 2B 5F 4A 21
Octal 111 222 26 62 0 125 53 137 112 41
Binary 1001001 10010010 10110 110010 0 1010101 101011 1011111 1001010 100001

Color Harmonies of #499216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499216

Black with #499216

Text Example


Text Example

White with #499216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499216; }

 p { color: rgb(73,146,22); }

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

background-color css

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

 a { background-color: rgb(73,146,22); }

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

border-color css

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

 span { border-color: rgb(73,146,22); }

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