#428C5B

Color #428C5B Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #428C5B

Tints of Chateau Green #428C5B

Color information

#428C5B (or 0x428C5B) is unknown color: approx Chateau Green. HEX triplet: 42, 8C and 5B. RGB value is (66,140,91). Sum of RGB (Red+Green+Blue) = 66+140+91=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #428C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C5B is #BD73A4. Grayscale: #707070. Windows color (decimal): -12415909 or 5999682. OLE color: 5999682.

HSL color Cylindrical-coordinate representation of color #428C5B: hue angle of 140.27º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C5B is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB6614091-
CMYK0.5300.350.45
HSL140.27º35.92%40.39%-
HSV(B)140.27º52.86%54.9%-
XYZ13.5120.6713.17-
YUV112.29115.9894.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 140 (55.08% from 255) = 47.14%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=22.22%
G=47.14%
B=30.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66140910.5300.350.45140.2735.9240.39
Hex428C5B350232D8c2428
Octal10221413365043552144450
Binary1000010100011001011011110101010001110110110001100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428C5B; }

 p { color: rgb(66,140,91); }

 H1.HeaderClassName
 {
   color: #428C5B;
 }
 .AnyTagClassName
 {
   color: #428C5B;
 }
</style>
background-color css

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

 a { background-color: rgb(66,140,91); }

 div.DivClassName
 {
   background-color: #428C5B;
 }
 .BgClassName
 {
   background-color: #428C5B;
 }
</style>
border-color css

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

 span { border-color: rgb(66,140,91); }

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