Html Css Color HEX #539065 Chateau Green

📋 copy color: '#539065'

red 83 ◦ green 144 ◦ blue 101

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

Shades of Chateau Green #539065

Tints of Chateau Green #539065

RGB

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

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

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

R = 25.3%
G = 43.9%
B = 30.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#539065 (or 0x539065) is known color: Chateau Green. HEX triplet: 53, 90 and 65. RGB value is (83,144,101). Sum of RGB (Red+Green+Blue) = 83+144+101=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #539065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539065 is #AC6F9A. Grayscale: #787878. Windows color (decimal): -11300763 or 6656083. OLE color: 6656083.

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

Color convert

RGB 83 144 101 -
CMYK 0.42 0 0.30 0.44
HSL 137.7º 0.27% 0.45% -
HSV(B) 137.7º 0.42% 0.56% -
XYZ 15.89 22.73 15.86 -
YUV 120.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 83 144 101 0.42 0 0.30 0.44 137.7 0.27 0.45
Hex 53 90 65 2A 0 1E 2C 8A 1B 2D
Octal 123 220 145 52 0 36 54 212 33 55
Binary 1010011 10010000 1100101 101010 0 11110 101100 10001010 11011 101101

Color Harmonies of #539065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539065

Black with #539065

Text Example


Text Example

White with #539065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539065; }

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

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

background-color css

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

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

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

border-color css

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

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

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