Html Css Color HEX #539364 Chateau Green

📋 copy color: '#539364'

red 83 ◦ green 147 ◦ blue 100

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

Shades of Chateau Green #539364

Tints of Chateau Green #539364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 25.15%
G = 44.55%
B = 30.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#539364 (or 0x539364) is known color: Chateau Green. HEX triplet: 53, 93 and 64. RGB value is (83,147,100). Sum of RGB (Red+Green+Blue) = 83+147+100=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #539364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539364 is #AC6C9B. Grayscale: #7A7A7A. Windows color (decimal): -11299996 or 6591315. OLE color: 6591315.

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

Color convert

RGB 83 147 100 -
CMYK 0.44 0 0.32 0.42
HSL 135.94º 0.28% 0.45% -
HSV(B) 135.94º 0.44% 0.58% -
XYZ 16.3 23.63 15.76 -
YUV 122.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 83 147 100 0.44 0 0.32 0.42 135.94 0.28 0.45
Hex 53 93 64 2C 0 20 2A 88 1C 2D
Octal 123 223 144 54 0 40 52 210 34 55
Binary 1010011 10010011 1100100 101100 0 100000 101010 10001000 11100 101101

Color Harmonies of #539364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539364

Black with #539364

Text Example


Text Example

White with #539364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539364; }

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

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

background-color css

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

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

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

border-color css

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

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

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