#537935

Color #537935 Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #537935

Tints of Chalet Green #537935

Color information

#537935 (or 0x537935) is unknown color: approx Chalet Green. HEX triplet: 53, 79 and 35. RGB value is (83,121,53). Sum of RGB (Red+Green+Blue) = 83+121+53=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #537935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537935 is #AC86CA. Grayscale: #666666. Windows color (decimal): -11306699 or 3504467. OLE color: 3504467.

HSL color Cylindrical-coordinate representation of color #537935: hue angle of 93.53º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537935 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB8312153-
CMYK0.3100.560.53
HSL93.53º39.08%34.12%-
HSV(B)93.53º56.2%47.45%-
XYZ11.0515.775.83-
YUV101.89100.41114.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=32.30%
G=47.08%
B=20.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83121530.3100.560.5393.5339.0834.12
Hex5379351F038355e2722
Octal1231716537070651364742
Binary101001111110011101011111101110001101011011110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537935; }

 p { color: rgb(83,121,53); }

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

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

 a { background-color: rgb(83,121,53); }

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

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

 span { border-color: rgb(83,121,53); }

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