#42A25E

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

Shades of Chateau Green #42A25E

Tints of Chateau Green #42A25E

Color information

#42A25E (or 0x42A25E) is unknown color: approx Chateau Green. HEX triplet: 42, A2 and 5E. RGB value is (66,162,94). Sum of RGB (Red+Green+Blue) = 66+162+94=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #42A25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A25E is #BD5DA1. Grayscale: #7D7D7D. Windows color (decimal): -12410274 or 6201922. OLE color: 6201922.

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

Color convert

RGB6616294-
CMYK0.5900.420.36
HSL137.5º42.11%44.71%-
HSV(B)137.5º59.26%63.53%-
XYZ17.1927.8115.05-
YUV125.54110.285.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=20.50%
G=50.31%
B=29.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162940.5900.420.36137.542.1144.71
Hex42A25E3B02A248a2a2d
Octal10224213673052442125255
Binary1000010101000101011110111011010101010010010001010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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