#42915C

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

Shades of Chateau Green #42915C

Tints of Chateau Green #42915C

Color information

#42915C (or 0x42915C) is unknown color: approx Chateau Green. HEX triplet: 42, 91 and 5C. RGB value is (66,145,92). Sum of RGB (Red+Green+Blue) = 66+145+92=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #42915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42915C is #BD6EA3. Grayscale: #737373. Windows color (decimal): -12414628 or 6066498. OLE color: 6066498.

HSL color Cylindrical-coordinate representation of color #42915C: hue angle of 139.75º 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 #42915C is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB6614592-
CMYK0.5400.370.43
HSL139.75º37.44%41.37%-
HSV(B)139.75º54.48%56.86%-
XYZ14.322.1813.65-
YUV115.34114.8392.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=21.78%
G=47.85%
B=30.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145920.5400.370.43139.7537.4441.37
Hex42915C360252B8c2529
Octal10222113466045532144551
Binary1000010100100011011100110110010010110101110001100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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