#42A35E

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

Shades of Chateau Green #42A35E

Tints of Chateau Green #42A35E

Color information

#42A35E (or 0x42A35E) is unknown color: approx Chateau Green. HEX triplet: 42, A3 and 5E. RGB value is (66,163,94). Sum of RGB (Red+Green+Blue) = 66+163+94=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #42A35E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A35E is #BD5CA1. Grayscale: #7E7E7E. Windows color (decimal): -12410018 or 6202178. OLE color: 6202178.

HSL color Cylindrical-coordinate representation of color #42A35E: hue angle of 137.32º degrees, saturation: 0.42, 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 #42A35E is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB6616394-
CMYK0.6000.420.36
HSL137.32º42.36%44.9%-
HSV(B)137.32º59.51%63.92%-
XYZ17.3628.1615.11-
YUV126.13109.8685.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 163 (64.06% from 255) = 50.46%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=20.43%
G=50.46%
B=29.10%

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
Decimal66163940.6000.420.36137.3242.3644.9
Hex42A35E3C02A24892a2d
Octal10224313674052442115255
Binary1000010101000111011110111100010101010010010001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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