Html Css Color HEX #559466 Chateau Green

📋 copy color: '#559466'

red 85 ◦ green 148 ◦ blue 102

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

Shades of Chateau Green #559466

Tints of Chateau Green #559466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 25.37%
G = 44.18%
B = 30.45%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#559466 (or 0x559466) is known color: Chateau Green. HEX triplet: 55, 94 and 66. RGB value is (85,148,102). Sum of RGB (Red+Green+Blue) = 85+148+102=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #559466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559466 is #AA6B99. Grayscale: #7C7C7C. Windows color (decimal): -11168666 or 6722645. OLE color: 6722645.

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

Color convert

RGB 85 148 102 -
CMYK 0.43 0 0.31 0.42
HSL 136.19º 0.27% 0.46% -
HSV(B) 136.19º 0.43% 0.58% -
XYZ 16.73 24.07 16.33 -
YUV 123.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 85 148 102 0.43 0 0.31 0.42 136.19 0.27 0.46
Hex 55 94 66 2B 0 1F 2A 88 1B 2E
Octal 125 224 146 53 0 37 52 210 33 56
Binary 1010101 10010100 1100110 101011 0 11111 101010 10001000 11011 101110

Color Harmonies of #559466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559466

Black with #559466

Text Example


Text Example

White with #559466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559466; }

 p { color: rgb(85,148,102); }

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

background-color css

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

 a { background-color: rgb(85,148,102); }

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

border-color css

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

 span { border-color: rgb(85,148,102); }

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