#428D4D

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

Shades of Chateau Green #428D4D

Tints of Chateau Green #428D4D

Color information

#428D4D (or 0x428D4D) is unknown color: approx Chateau Green. HEX triplet: 42, 8D and 4D. RGB value is (66,141,77). Sum of RGB (Red+Green+Blue) = 66+141+77=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #428D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D4D is #BD72B2. Grayscale: #6F6F6F. Windows color (decimal): -12415667 or 5082434. OLE color: 5082434.

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

Color convert

RGB6614177-
CMYK0.5300.450.45
HSL128.8º36.23%40.59%-
HSV(B)128.8º53.19%55.29%-
XYZ13.1120.7410.33-
YUV111.28108.6595.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 141 (55.47% from 255) = 49.65%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=23.24%
G=49.65%
B=27.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66141770.5300.450.45128.836.2340.59
Hex428D4D3502D2D812429
Octal10221511565055552014451
Binary1000010100011011001101110101010110110110110000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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