Html Css Color HEX #499411 La Palma

📋 copy color: '#499411'

red 73 ◦ green 148 ◦ blue 17

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

Shades of La Palma #499411

Tints of La Palma #499411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.18%

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 30.67%
G = 62.18%
B = 7.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#499411 (or 0x499411) is known color: La Palma. HEX triplet: 49, 94 and 11. RGB value is (73,148,17). Sum of RGB (Red+Green+Blue) = 73+148+17=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #499411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499411 is #B66BEE. Grayscale: #6F6F6F. Windows color (decimal): -11955183 or 1152073. OLE color: 1152073.

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

Color convert

RGB 73 148 17 -
CMYK 0.51 0 0.89 0.42
HSL 94.35º 0.79% 0.32% -
HSV(B) 94.35º 0.89% 0.58% -
XYZ 13.44 22.64 4.19 -
YUV 110.64 75.15 101.15 -
System Red Green Blue C M Y K H S L
Decimal 73 148 17 0.51 0 0.89 0.42 94.35 0.79 0.32
Hex 49 94 11 33 0 59 2A 5E 4F 20
Octal 111 224 21 63 0 131 52 136 117 40
Binary 1001001 10010100 10001 110011 0 1011001 101010 1011110 1001111 100000

Color Harmonies of #499411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499411

Black with #499411

Text Example


Text Example

White with #499411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499411; }

 p { color: rgb(73,148,17); }

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

background-color css

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

 a { background-color: rgb(73,148,17); }

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

border-color css

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

 span { border-color: rgb(73,148,17); }

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