Html Css Color HEX #499314 La Palma

📋 copy color: '#499314'

red 73 ◦ green 147 ◦ blue 20

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

Shades of La Palma #499314

Tints of La Palma #499314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.25%

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

R = 30.42%
G = 61.25%
B = 8.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#499314 (or 0x499314) is known color: La Palma. HEX triplet: 49, 93 and 14. RGB value is (73,147,20). Sum of RGB (Red+Green+Blue) = 73+147+20=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #499314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499314 is #B66CEB. Grayscale: #6E6E6E. Windows color (decimal): -11955436 or 1348425. OLE color: 1348425.

HSL color Cylindrical-coordinate representation of color #499314: hue angle of 94.96º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #499314 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 20 -
CMYK 0.50 0 0.86 0.42
HSL 94.96º 0.76% 0.33% -
HSV(B) 94.96º 0.86% 0.58% -
XYZ 13.31 22.33 4.27 -
YUV 110.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 73 147 20 0.50 0 0.86 0.42 94.96 0.76 0.33
Hex 49 93 14 32 0 56 2A 5F 4C 21
Octal 111 223 24 62 0 126 52 137 114 41
Binary 1001001 10010011 10100 110010 0 1010110 101010 1011111 1001100 100001

Color Harmonies of #499314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499314

Black with #499314

Text Example


Text Example

White with #499314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499314; }

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

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

background-color css

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

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

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

border-color css

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

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

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