Html Css Color HEX #499614 La Palma

📋 copy color: '#499614'

red 73 ◦ green 150 ◦ blue 20

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

Shades of La Palma #499614

Tints of La Palma #499614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.73%

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

R = 30.04%
G = 61.73%
B = 8.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#499614 (or 0x499614) is known color: La Palma. HEX triplet: 49, 96 and 14. RGB value is (73,150,20). Sum of RGB (Red+Green+Blue) = 73+150+20=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #499614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499614 is #B669EB. Grayscale: #707070. Windows color (decimal): -11954668 or 1349193. OLE color: 1349193.

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

Color convert

RGB 73 150 20 -
CMYK 0.51 0 0.87 0.41
HSL 95.54º 0.76% 0.33% -
HSV(B) 95.54º 0.87% 0.59% -
XYZ 13.78 23.28 4.43 -
YUV 112.16 75.99 100.07 -
System Red Green Blue C M Y K H S L
Decimal 73 150 20 0.51 0 0.87 0.41 95.54 0.76 0.33
Hex 49 96 14 33 0 57 29 60 4C 21
Octal 111 226 24 63 0 127 51 140 114 41
Binary 1001001 10010110 10100 110011 0 1010111 101001 1100000 1001100 100001

Color Harmonies of #499614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499614

Black with #499614

Text Example


Text Example

White with #499614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499614; }

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

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

background-color css

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

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

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

border-color css

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

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

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