#428F5B

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

Shades of Chateau Green #428F5B

Tints of Chateau Green #428F5B

Color information

#428F5B (or 0x428F5B) is unknown color: approx Chateau Green. HEX triplet: 42, 8F and 5B. RGB value is (66,143,91). Sum of RGB (Red+Green+Blue) = 66+143+91=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #428F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F5B is #BD70A4. Grayscale: #727272. Windows color (decimal): -12415141 or 6000450. OLE color: 6000450.

HSL color Cylindrical-coordinate representation of color #428F5B: hue angle of 139.48º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F5B is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB6614391-
CMYK0.5400.360.44
HSL139.48º36.84%40.98%-
HSV(B)139.48º53.85%56.08%-
XYZ13.9621.5613.32-
YUV114.05114.9993.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 143 (56.25% from 255) = 47.67%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=22%
G=47.67%
B=30.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66143910.5400.360.44139.4836.8440.98
Hex428F5B360242C8b2529
Octal10221713366044542134551
Binary1000010100011111011011110110010010010110010001011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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