Html Css Color HEX #539B60 Chateau Green

📋 copy color: '#539B60'

red 83 ◦ green 155 ◦ blue 96

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

Shades of Chateau Green #539B60

Tints of Chateau Green #539B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.41%

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

R = 24.85%
G = 46.41%
B = 28.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#539B60 (or 0x539B60) is known color: Chateau Green. HEX triplet: 53, 9B and 60. RGB value is (83,155,96). Sum of RGB (Red+Green+Blue) = 83+155+96=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #539B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B60 is #AC649F. Grayscale: #7E7E7E. Windows color (decimal): -11297952 or 6331219. OLE color: 6331219.

HSL color Cylindrical-coordinate representation of color #539B60: hue angle of 130.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B60 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 155 96 -
CMYK 0.46 0 0.38 0.39
HSL 130.83º 0.3% 0.47% -
HSV(B) 130.83º 0.46% 0.61% -
XYZ 17.4 26.13 15.19 -
YUV 126.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 83 155 96 0.46 0 0.38 0.39 130.83 0.3 0.47
Hex 53 9B 60 2E 0 26 27 83 1E 2F
Octal 123 233 140 56 0 46 47 203 36 57
Binary 1010011 10011011 1100000 101110 0 100110 100111 10000011 11110 101111

Color Harmonies of #539B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B60

Black with #539B60

Text Example


Text Example

White with #539B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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