#42A45F

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

Shades of Chateau Green #42A45F

Tints of Chateau Green #42A45F

Color information

#42A45F (or 0x42A45F) is unknown color: approx Chateau Green. HEX triplet: 42, A4 and 5F. RGB value is (66,164,95). Sum of RGB (Red+Green+Blue) = 66+164+95=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #42A45F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A45F is #BD5BA0. Grayscale: #7F7F7F. Windows color (decimal): -12409761 or 6267970. OLE color: 6267970.

HSL color Cylindrical-coordinate representation of color #42A45F: hue angle of 137.76º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A45F is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB6616495-
CMYK0.6000.420.36
HSL137.76º42.61%45.1%-
HSV(B)137.76º59.76%64.31%-
XYZ17.5928.5415.41-
YUV126.83110.0384.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 164 (64.45% from 255) = 50.46%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=20.31%
G=50.46%
B=29.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164950.6000.420.36137.7642.6145.1
Hex42A45F3C02A248a2b2d
Octal10224413774052442125355
Binary1000010101001001011111111100010101010010010001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A45F; }

 p { color: rgb(66,164,95); }

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

<style>
 a { background-color: #42A45F; }

 a { background-color: rgb(66,164,95); }

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

<style>
 span { border-color: #42A45F; }

 span { border-color: rgb(66,164,95); }

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