Html Css Color HEX #559665 Chateau Green

📋 copy color: '#559665'

red 85 ◦ green 150 ◦ blue 101

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

Shades of Chateau Green #559665

Tints of Chateau Green #559665

RGB

 RED value IS 85 (33.59% from 255) = 25.3%

 GREEN value IS 150 (58.98% from 255) = 44.64%

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

R = 25.3%
G = 44.64%
B = 30.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#559665 (or 0x559665) is known color: Chateau Green. HEX triplet: 55, 96 and 65. RGB value is (85,150,101). Sum of RGB (Red+Green+Blue) = 85+150+101=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #559665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559665 is #AA699A. Grayscale: #7D7D7D. Windows color (decimal): -11168155 or 6657621. OLE color: 6657621.

HSL color Cylindrical-coordinate representation of color #559665: hue angle of 134.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559665 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 101 -
CMYK 0.43 0 0.33 0.41
HSL 134.77º 0.28% 0.46% -
HSV(B) 134.77º 0.43% 0.59% -
XYZ 17 24.68 16.18 -
YUV 124.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 85 150 101 0.43 0 0.33 0.41 134.77 0.28 0.46
Hex 55 96 65 2B 0 21 29 87 1C 2E
Octal 125 226 145 53 0 41 51 207 34 56
Binary 1010101 10010110 1100101 101011 0 100001 101001 10000111 11100 101110

Color Harmonies of #559665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559665

Black with #559665

Text Example


Text Example

White with #559665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559665; }

 p { color: rgb(85,150,101); }

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

background-color css

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

 a { background-color: rgb(85,150,101); }

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

border-color css

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

 span { border-color: rgb(85,150,101); }

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