Html Css Color HEX #499016 La Palma

📋 copy color: '#499016'

red 73 ◦ green 144 ◦ blue 22

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

Shades of La Palma #499016

Tints of La Palma #499016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 60.25%

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

R = 30.54%
G = 60.25%
B = 9.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#499016 (or 0x499016) is known color: La Palma. HEX triplet: 49, 90 and 16. RGB value is (73,144,22). Sum of RGB (Red+Green+Blue) = 73+144+22=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #499016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499016 is #B66FE9. Grayscale: #6D6D6D. Windows color (decimal): -11956202 or 1478729. OLE color: 1478729.

HSL color Cylindrical-coordinate representation of color #499016: hue angle of 94.92º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #499016 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 22 -
CMYK 0.49 0 0.85 0.44
HSL 94.92º 0.73% 0.33% -
HSV(B) 94.92º 0.85% 0.56% -
XYZ 12.87 21.42 4.22 -
YUV 108.86 78.98 102.42 -
System Red Green Blue C M Y K H S L
Decimal 73 144 22 0.49 0 0.85 0.44 94.92 0.73 0.33
Hex 49 90 16 31 0 55 2C 5F 49 21
Octal 111 220 26 61 0 125 54 137 111 41
Binary 1001001 10010000 10110 110001 0 1010101 101100 1011111 1001001 100001

Color Harmonies of #499016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499016

Black with #499016

Text Example


Text Example

White with #499016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499016; }

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

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

background-color css

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

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

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

border-color css

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

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

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