#428A55

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

Shades of Chateau Green #428A55

Tints of Chateau Green #428A55

Color information

#428A55 (or 0x428A55) is unknown color: approx Chateau Green. HEX triplet: 42, 8A and 55. RGB value is (66,138,85). Sum of RGB (Red+Green+Blue) = 66+138+85=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #428A55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A55 is #BD75AA. Grayscale: #6E6E6E. Windows color (decimal): -12416427 or 5605954. OLE color: 5605954.

HSL color Cylindrical-coordinate representation of color #428A55: hue angle of 135.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A55 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB6613885-
CMYK0.5200.380.46
HSL135.83º35.29%40%-
HSV(B)135.83º52.17%54.12%-
XYZ12.9719.9911.77-
YUV110.43113.6596.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 138 (54.30% from 255) = 47.75%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=22.84%
G=47.75%
B=29.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66138850.5200.380.46135.8335.2940
Hex428A55340262E882328
Octal10221212564046562104350
Binary1000010100010101010101110100010011010111010001000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,138,85); }

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

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

 a { background-color: rgb(66,138,85); }

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

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

 span { border-color: rgb(66,138,85); }

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