#42A65E

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

Shades of Chateau Green #42A65E

Tints of Chateau Green #42A65E

Color information

#42A65E (or 0x42A65E) is unknown color: approx Chateau Green. HEX triplet: 42, A6 and 5E. RGB value is (66,166,94). Sum of RGB (Red+Green+Blue) = 66+166+94=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #42A65E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A65E is #BD59A1. Grayscale: #808080. Windows color (decimal): -12409250 or 6202946. OLE color: 6202946.

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

Color convert

RGB6616694-
CMYK0.6000.430.35
HSL136.8º43.1%45.49%-
HSV(B)136.8º60.24%65.1%-
XYZ17.929.2415.29-
YUV127.89108.8783.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=20.25%
G=50.92%
B=28.83%

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
Decimal66166940.6000.430.35136.843.145.49
Hex42A65E3C02B23892b2d
Octal10224613674053432115355
Binary1000010101001101011110111100010101110001110001001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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