#428D5D

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

Shades of Chateau Green #428D5D

Tints of Chateau Green #428D5D

Color information

#428D5D (or 0x428D5D) is unknown color: approx Chateau Green. HEX triplet: 42, 8D and 5D. RGB value is (66,141,93). Sum of RGB (Red+Green+Blue) = 66+141+93=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #428D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D5D is #BD72A2. Grayscale: #717171. Windows color (decimal): -12415651 or 6131010. OLE color: 6131010.

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

Color convert

RGB6614193-
CMYK0.5300.340.45
HSL141.6º36.23%40.59%-
HSV(B)141.6º53.19%55.29%-
XYZ13.752113.68-
YUV113.1116.6594.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 141 (55.47% from 255) = 47%
BLUE value IS 93 (36.72% from 255) = 31%
R=22%
G=47%
B=31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66141930.5300.340.45141.636.2340.59
Hex428D5D350222D8e2429
Octal10221513565042552164451
Binary1000010100011011011101110101010001010110110001110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,141,93); }

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

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

 a { background-color: rgb(66,141,93); }

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

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

 span { border-color: rgb(66,141,93); }

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