Html Css Color HEX #499514 La Palma

📋 copy color: '#499514'

red 73 ◦ green 149 ◦ blue 20

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

Shades of La Palma #499514

Tints of La Palma #499514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 61.57%

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

R = 30.17%
G = 61.57%
B = 8.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#499514 (or 0x499514) is known color: La Palma. HEX triplet: 49, 95 and 14. RGB value is (73,149,20). Sum of RGB (Red+Green+Blue) = 73+149+20=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #499514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499514 is #B66AEB. Grayscale: #707070. Windows color (decimal): -11954924 or 1348937. OLE color: 1348937.

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

Color convert

RGB 73 149 20 -
CMYK 0.51 0 0.87 0.42
HSL 95.35º 0.76% 0.33% -
HSV(B) 95.35º 0.87% 0.58% -
XYZ 13.62 22.96 4.38 -
YUV 111.57 76.32 100.49 -
System Red Green Blue C M Y K H S L
Decimal 73 149 20 0.51 0 0.87 0.42 95.35 0.76 0.33
Hex 49 95 14 33 0 57 2A 5F 4C 21
Octal 111 225 24 63 0 127 52 137 114 41
Binary 1001001 10010101 10100 110011 0 1010111 101010 1011111 1001100 100001

Color Harmonies of #499514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499514

Black with #499514

Text Example


Text Example

White with #499514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499514; }

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

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

background-color css

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

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

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

border-color css

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

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

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