#42A75F

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

Shades of Chateau Green #42A75F

Tints of Chateau Green #42A75F

Color information

#42A75F (or 0x42A75F) is unknown color: approx Chateau Green. HEX triplet: 42, A7 and 5F. RGB value is (66,167,95). Sum of RGB (Red+Green+Blue) = 66+167+95=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #42A75F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A75F is #BD58A0. Grayscale: #808080. Windows color (decimal): -12408993 or 6268738. OLE color: 6268738.

HSL color Cylindrical-coordinate representation of color #42A75F: hue angle of 137.23º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A75F is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB6616795-
CMYK0.6000.430.35
HSL137.23º43.35%45.69%-
HSV(B)137.23º60.48%65.49%-
XYZ18.1329.6215.59-
YUV128.59109.0483.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 167 (65.62% from 255) = 50.91%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=20.12%
G=50.91%
B=28.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66167950.6000.430.35137.2343.3545.69
Hex42A75F3C02B23892b2e
Octal10224713774053432115356
Binary1000010101001111011111111100010101110001110001001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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