#428F4F

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

Shades of Chateau Green #428F4F

Tints of Chateau Green #428F4F

Color information

#428F4F (or 0x428F4F) is unknown color: approx Chateau Green. HEX triplet: 42, 8F and 4F. RGB value is (66,143,79). Sum of RGB (Red+Green+Blue) = 66+143+79=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #428F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F4F is #BD70B0. Grayscale: #707070. Windows color (decimal): -12415153 or 5214018. OLE color: 5214018.

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

Color convert

RGB6614379-
CMYK0.5400.450.44
HSL130.13º36.84%40.98%-
HSV(B)130.13º53.85%56.08%-
XYZ13.4821.3710.81-
YUV112.68108.9994.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 143 (56.25% from 255) = 49.65%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=22.92%
G=49.65%
B=27.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66143790.5400.450.44130.1336.8440.98
Hex428F4F3602D2C822529
Octal10221711766055542024551
Binary1000010100011111001111110110010110110110010000010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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