#42915D

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

Shades of Chateau Green #42915D

Tints of Chateau Green #42915D

Color information

#42915D (or 0x42915D) is unknown color: approx Chateau Green. HEX triplet: 42, 91 and 5D. RGB value is (66,145,93). Sum of RGB (Red+Green+Blue) = 66+145+93=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #42915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42915D is #BD6EA2. Grayscale: #737373. Windows color (decimal): -12414627 or 6132034. OLE color: 6132034.

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

Color convert

RGB6614593-
CMYK0.5400.360.43
HSL140.51º37.44%41.37%-
HSV(B)140.51º54.48%56.86%-
XYZ14.3522.213.88-
YUV115.45115.3392.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 145 (57.03% from 255) = 47.70%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=21.71%
G=47.70%
B=30.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145930.5400.360.43140.5137.4441.37
Hex42915D360242B8d2529
Octal10222113566044532154551
Binary1000010100100011011101110110010010010101110001101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42915D; }

 p { color: rgb(66,145,93); }

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

<style>
 a { background-color: #42915D; }

 a { background-color: rgb(66,145,93); }

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

<style>
 span { border-color: #42915D; }

 span { border-color: rgb(66,145,93); }

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