#42915E

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

Shades of Chateau Green #42915E

Tints of Chateau Green #42915E

Color information

#42915E (or 0x42915E) is unknown color: approx Chateau Green. HEX triplet: 42, 91 and 5E. RGB value is (66,145,94). Sum of RGB (Red+Green+Blue) = 66+145+94=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #42915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42915E is #BD6EA1. Grayscale: #737373. Windows color (decimal): -12414626 or 6197570. OLE color: 6197570.

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

Color convert

RGB6614594-
CMYK0.5400.350.43
HSL141.27º37.44%41.37%-
HSV(B)141.27º54.48%56.86%-
XYZ14.3922.2214.12-
YUV115.56115.8392.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=21.64%
G=47.54%
B=30.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145940.5400.350.43141.2737.4441.37
Hex42915E360232B8d2529
Octal10222113666043532154551
Binary1000010100100011011110110110010001110101110001101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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