#539465

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

Shades of Chateau Green #539465

Tints of Chateau Green #539465

Color information

#539465 (or 0x539465) is unknown color: approx Chateau Green. HEX triplet: 53, 94 and 65. RGB value is (83,148,101). Sum of RGB (Red+Green+Blue) = 83+148+101=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #539465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539465 is #AC6B9A. Grayscale: #7B7B7B. Windows color (decimal): -11299739 or 6657107. OLE color: 6657107.

HSL color Cylindrical-coordinate representation of color #539465: hue angle of 136.62º 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 #539465 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB83148101-
CMYK0.4400.320.42
HSL136.62º28.14%45.29%-
HSV(B)136.62º43.92%58.04%-
XYZ16.5123.9616.07-
YUV123.21115.4799.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=25%
G=44.58%
B=30.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831481010.4400.320.42136.6228.1445.29
Hex5394652C0202A891c2d
Octal12322414554040522113455
Binary101001110010100110010110110001000001010101000100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539465; }

 p { color: rgb(83,148,101); }

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

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

 a { background-color: rgb(83,148,101); }

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

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

 span { border-color: rgb(83,148,101); }

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