Html Css Color HEX #499014 La Palma

📋 copy color: '#499014'

red 73 ◦ green 144 ◦ blue 20

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

Shades of La Palma #499014

Tints of La Palma #499014

RGB

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

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

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

R = 30.8%
G = 60.76%
B = 8.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#499014 (or 0x499014) is known color: La Palma. HEX triplet: 49, 90 and 14. RGB value is (73,144,20). Sum of RGB (Red+Green+Blue) = 73+144+20=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #499014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499014 is #B66FEB. Grayscale: #6D6D6D. Windows color (decimal): -11956204 or 1347657. OLE color: 1347657.

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

Color convert

RGB 73 144 20 -
CMYK 0.49 0 0.86 0.44
HSL 94.35º 0.76% 0.32% -
HSV(B) 94.35º 0.86% 0.56% -
XYZ 12.85 21.41 4.12 -
YUV 108.64 77.98 102.58 -
System Red Green Blue C M Y K H S L
Decimal 73 144 20 0.49 0 0.86 0.44 94.35 0.76 0.32
Hex 49 90 14 31 0 56 2C 5E 4C 20
Octal 111 220 24 61 0 126 54 136 114 40
Binary 1001001 10010000 10100 110001 0 1010110 101100 1011110 1001100 100000

Color Harmonies of #499014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499014

Black with #499014

Text Example


Text Example

White with #499014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499014; }

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

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

background-color css

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

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

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

border-color css

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

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

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