#499935

Color #499935 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #499935

Tints of La Palma #499935

Color information

#499935 (or 0x499935) is unknown color: approx La Palma. HEX triplet: 49, 99 and 35. RGB value is (73,153,53). Sum of RGB (Red+Green+Blue) = 73+153+53=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #499935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499935 is #B666CA. Grayscale: #757575. Windows color (decimal): -11953867 or 3512649. OLE color: 3512649.

HSL color Cylindrical-coordinate representation of color #499935: hue angle of 108º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499935 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB7315353-
CMYK0.5200.650.4
HSL108º48.54%40.39%-
HSV(B)108º65.36%60%-
XYZ14.7824.467.31-
YUV117.6891.596.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 153 (60.16% from 255) = 54.84%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=26.16%
G=54.84%
B=19.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73153530.5200.650.410848.5440.39
Hex49993534041286c3128
Octal11123165640101501546150
Binary100100110011001110101110100010000011010001101100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499935; }

 p { color: rgb(73,153,53); }

 H1.HeaderClassName
 {
   color: #499935;
 }
 .AnyTagClassName
 {
   color: #499935;
 }
</style>
background-color css

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

 a { background-color: rgb(73,153,53); }

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

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

 span { border-color: rgb(73,153,53); }

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