Html Css Color HEX #539360 Chateau Green

📋 copy color: '#539360'

red 83 ◦ green 147 ◦ blue 96

#539360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #539360

Tints of Chateau Green #539360

RGB

 RED value IS 83 (32.81% from 255) = 25.46%

 GREEN value IS 147 (57.81% from 255) = 45.09%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 25.46%
G = 45.09%
B = 29.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#539360 (or 0x539360) is known color: Chateau Green. HEX triplet: 53, 93 and 60. RGB value is (83,147,96). Sum of RGB (Red+Green+Blue) = 83+147+96=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #539360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539360 is #AC6C9F. Grayscale: #7A7A7A. Windows color (decimal): -11300000 or 6329171. OLE color: 6329171.

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

Color convert

RGB 83 147 96 -
CMYK 0.44 0 0.35 0.42
HSL 132.19º 0.28% 0.45% -
HSV(B) 132.19º 0.44% 0.58% -
XYZ 16.11 23.55 14.76 -
YUV 122.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 83 147 96 0.44 0 0.35 0.42 132.19 0.28 0.45
Hex 53 93 60 2C 0 23 2A 84 1C 2D
Octal 123 223 140 54 0 43 52 204 34 55
Binary 1010011 10010011 1100000 101100 0 100011 101010 10000100 11100 101101

Color Harmonies of #539360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539360

Black with #539360

Text Example


Text Example

White with #539360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539360; }

 p { color: rgb(83,147,96); }

 H1.HeaderClassName
 {
   color: #539360;
 }
 .AnyTagClassName
 {
   color: #539360;
 }
</style>

background-color css

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

 a { background-color: rgb(83,147,96); }

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

border-color css

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

 span { border-color: rgb(83,147,96); }

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