#53955F

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

Shades of Chateau Green #53955F

Tints of Chateau Green #53955F

Color information

#53955F (or 0x53955F) is unknown color: approx Chateau Green. HEX triplet: 53, 95 and 5F. RGB value is (83,149,95). Sum of RGB (Red+Green+Blue) = 83+149+95=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #53955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53955F is #AC6AA0. Grayscale: #7B7B7B. Windows color (decimal): -11299489 or 6264147. OLE color: 6264147.

HSL color Cylindrical-coordinate representation of color #53955F: hue angle of 130.91º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53955F is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8314995-
CMYK0.4400.360.42
HSL130.91º28.45%45.49%-
HSV(B)130.91º44.3%58.43%-
XYZ16.3824.1614.63-
YUV123.11112.1399.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=25.38%
G=45.57%
B=29.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83149950.4400.360.42130.9128.4545.49
Hex53955F2C0242A831c2d
Octal12322513754044522033455
Binary101001110010101101111110110001001001010101000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53955F; }

 p { color: rgb(83,149,95); }

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

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

 a { background-color: rgb(83,149,95); }

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

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

 span { border-color: rgb(83,149,95); }

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