#428D58

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

Shades of Chateau Green #428D58

Tints of Chateau Green #428D58

Color information

#428D58 (or 0x428D58) is unknown color: approx Chateau Green. HEX triplet: 42, 8D and 58. RGB value is (66,141,88). Sum of RGB (Red+Green+Blue) = 66+141+88=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #428D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D58 is #BD72A7. Grayscale: #707070. Windows color (decimal): -12415656 or 5803330. OLE color: 5803330.

HSL color Cylindrical-coordinate representation of color #428D58: hue angle of 137.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 #428D58 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB6614188-
CMYK0.5300.380.45
HSL137.6º36.23%40.59%-
HSV(B)137.6º53.19%55.29%-
XYZ13.5320.9112.56-
YUV112.53114.1594.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=22.37%
G=47.80%
B=29.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66141880.5300.380.45137.636.2340.59
Hex428D58350262D8a2429
Octal10221513065046552124451
Binary1000010100011011011000110101010011010110110001010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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