#53965F

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

Shades of Chateau Green #53965F

Tints of Chateau Green #53965F

Color information

#53965F (or 0x53965F) is unknown color: approx Chateau Green. HEX triplet: 53, 96 and 5F. RGB value is (83,150,95). Sum of RGB (Red+Green+Blue) = 83+150+95=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #53965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53965F is #AC69A0. Grayscale: #7B7B7B. Windows color (decimal): -11299233 or 6264403. OLE color: 6264403.

HSL color Cylindrical-coordinate representation of color #53965F: hue angle of 130.75º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53965F is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB8315095-
CMYK0.4500.370.41
HSL130.75º28.76%45.69%-
HSV(B)130.75º44.67%58.82%-
XYZ16.5424.4814.68-
YUV123.7111.898.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=25.30%
G=45.73%
B=28.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83150950.4500.370.41130.7528.7645.69
Hex53965F2D02529831d2e
Octal12322613755045512033556
Binary101001110010110101111110110101001011010011000001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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