Html Css Color HEX #539265 Chateau Green

📋 copy color: '#539265'

red 83 ◦ green 146 ◦ blue 101

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

Shades of Chateau Green #539265

Tints of Chateau Green #539265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 25.15%
G = 44.24%
B = 30.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#539265 (or 0x539265) is known color: Chateau Green. HEX triplet: 53, 92 and 65. RGB value is (83,146,101). Sum of RGB (Red+Green+Blue) = 83+146+101=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #539265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539265 is #AC6D9A. Grayscale: #7A7A7A. Windows color (decimal): -11300251 or 6656595. OLE color: 6656595.

HSL color Cylindrical-coordinate representation of color #539265: hue angle of 137.14º 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 #539265 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 101 -
CMYK 0.43 0 0.31 0.43
HSL 137.14º 0.28% 0.45% -
HSV(B) 137.14º 0.43% 0.57% -
XYZ 16.2 23.34 15.96 -
YUV 122.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 83 146 101 0.43 0 0.31 0.43 137.14 0.28 0.45
Hex 53 92 65 2B 0 1F 2B 89 1C 2D
Octal 123 222 145 53 0 37 53 211 34 55
Binary 1010011 10010010 1100101 101011 0 11111 101011 10001001 11100 101101

Color Harmonies of #539265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539265

Black with #539265

Text Example


Text Example

White with #539265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539265; }

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

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

background-color css

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

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

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

border-color css

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

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

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