Html Css Color HEX #539261 Chateau Green

📋 copy color: '#539261'

red 83 ◦ green 146 ◦ blue 97

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

Shades of Chateau Green #539261

Tints of Chateau Green #539261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 25.46%
G = 44.79%
B = 29.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#539261 (or 0x539261) is known color: Chateau Green. HEX triplet: 53, 92 and 61. RGB value is (83,146,97). Sum of RGB (Red+Green+Blue) = 83+146+97=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #539261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539261 is #AC6D9E. Grayscale: #797979. Windows color (decimal): -11300255 or 6394451. OLE color: 6394451.

HSL color Cylindrical-coordinate representation of color #539261: hue angle of 133.33º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539261 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 97 -
CMYK 0.43 0 0.34 0.43
HSL 133.33º 0.28% 0.45% -
HSV(B) 133.33º 0.43% 0.57% -
XYZ 16 23.26 14.96 -
YUV 121.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 83 146 97 0.43 0 0.34 0.43 133.33 0.28 0.45
Hex 53 92 61 2B 0 22 2B 85 1C 2D
Octal 123 222 141 53 0 42 53 205 34 55
Binary 1010011 10010010 1100001 101011 0 100010 101011 10000101 11100 101101

Color Harmonies of #539261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539261

Black with #539261

Text Example


Text Example

White with #539261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539261; }

 p { color: rgb(83,146,97); }

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

background-color css

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

 a { background-color: rgb(83,146,97); }

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

border-color css

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

 span { border-color: rgb(83,146,97); }

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