Html Css Color HEX #559265 Chateau Green

📋 copy color: '#559265'

red 85 ◦ green 146 ◦ blue 101

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

Shades of Chateau Green #559265

Tints of Chateau Green #559265

RGB

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

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

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

R = 25.6%
G = 43.98%
B = 30.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#559265 (or 0x559265) is known color: Chateau Green. HEX triplet: 55, 92 and 65. RGB value is (85,146,101). Sum of RGB (Red+Green+Blue) = 85+146+101=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #559265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559265 is #AA6D9A. Grayscale: #7A7A7A. Windows color (decimal): -11169179 or 6656597. OLE color: 6656597.

HSL color Cylindrical-coordinate representation of color #559265: hue angle of 135.74º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559265 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 101 -
CMYK 0.42 0 0.31 0.43
HSL 135.74º 0.26% 0.45% -
HSV(B) 135.74º 0.42% 0.57% -
XYZ 16.37 23.43 15.97 -
YUV 122.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 85 146 101 0.42 0 0.31 0.43 135.74 0.26 0.45
Hex 55 92 65 2A 0 1F 2B 88 1A 2D
Octal 125 222 145 52 0 37 53 210 32 55
Binary 1010101 10010010 1100101 101010 0 11111 101011 10001000 11010 101101

Color Harmonies of #559265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559265

Black with #559265

Text Example


Text Example

White with #559265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559265; }

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

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

background-color css

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

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

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

border-color css

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

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

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