Html Css Color HEX #499714 La Palma

📋 copy color: '#499714'

red 73 ◦ green 151 ◦ blue 20

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

Shades of La Palma #499714

Tints of La Palma #499714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 61.89%

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 29.92%
G = 61.89%
B = 8.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#499714 (or 0x499714) is known color: La Palma. HEX triplet: 49, 97 and 14. RGB value is (73,151,20). Sum of RGB (Red+Green+Blue) = 73+151+20=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #499714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499714 is #B668EB. Grayscale: #717171. Windows color (decimal): -11954412 or 1349449. OLE color: 1349449.

HSL color Cylindrical-coordinate representation of color #499714: hue angle of 95.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #499714 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 20 -
CMYK 0.52 0 0.87 0.41
HSL 95.73º 0.77% 0.34% -
HSV(B) 95.73º 0.87% 0.59% -
XYZ 13.94 23.6 4.48 -
YUV 112.74 75.66 99.65 -
System Red Green Blue C M Y K H S L
Decimal 73 151 20 0.52 0 0.87 0.41 95.73 0.77 0.34
Hex 49 97 14 34 0 57 29 60 4D 22
Octal 111 227 24 64 0 127 51 140 115 42
Binary 1001001 10010111 10100 110100 0 1010111 101001 1100000 1001101 100010

Color Harmonies of #499714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499714

Black with #499714

Text Example


Text Example

White with #499714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499714; }

 p { color: rgb(73,151,20); }

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

background-color css

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

 a { background-color: rgb(73,151,20); }

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

border-color css

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

 span { border-color: rgb(73,151,20); }

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