#42995D

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

Shades of Chateau Green #42995D

Tints of Chateau Green #42995D

Color information

#42995D (or 0x42995D) is unknown color: approx Chateau Green. HEX triplet: 42, 99 and 5D. RGB value is (66,153,93). Sum of RGB (Red+Green+Blue) = 66+153+93=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #42995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42995D is #BD66A2. Grayscale: #787878. Windows color (decimal): -12412579 or 6134082. OLE color: 6134082.

HSL color Cylindrical-coordinate representation of color #42995D: hue angle of 138.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42995D is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB6615393-
CMYK0.5700.390.4
HSL138.62º39.73%42.94%-
HSV(B)138.62º56.86%60%-
XYZ15.6124.7314.31-
YUV120.15112.6889.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=21.15%
G=49.04%
B=29.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153930.5700.390.4138.6239.7342.94
Hex42995D39027288b282b
Octal10223113571047502135053
Binary1000010100110011011101111001010011110100010001011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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