Html Css Color HEX #539066 Chateau Green

📋 copy color: '#539066'

red 83 ◦ green 144 ◦ blue 102

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

Shades of Chateau Green #539066

Tints of Chateau Green #539066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.77%

 BLUE value IS 102 (40.23% from 255) = 31%

R = 25.23%
G = 43.77%
B = 31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#539066 (or 0x539066) is known color: Chateau Green. HEX triplet: 53, 90 and 66. RGB value is (83,144,102). Sum of RGB (Red+Green+Blue) = 83+144+102=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #539066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539066 is #AC6F99. Grayscale: #797979. Windows color (decimal): -11300762 or 6721619. OLE color: 6721619.

HSL color Cylindrical-coordinate representation of color #539066: hue angle of 138.69º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #539066 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 102 -
CMYK 0.42 0 0.29 0.44
HSL 138.69º 0.27% 0.45% -
HSV(B) 138.69º 0.42% 0.56% -
XYZ 15.94 22.74 16.12 -
YUV 120.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 83 144 102 0.42 0 0.29 0.44 138.69 0.27 0.45
Hex 53 90 66 2A 0 1D 2C 8B 1B 2D
Octal 123 220 146 52 0 35 54 213 33 55
Binary 1010011 10010000 1100110 101010 0 11101 101100 10001011 11011 101101

Color Harmonies of #539066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539066

Black with #539066

Text Example


Text Example

White with #539066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539066; }

 p { color: rgb(83,144,102); }

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

background-color css

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

 a { background-color: rgb(83,144,102); }

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

border-color css

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

 span { border-color: rgb(83,144,102); }

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