#42A25C

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

Shades of Chateau Green #42A25C

Tints of Chateau Green #42A25C

Color information

#42A25C (or 0x42A25C) is unknown color: approx Chateau Green. HEX triplet: 42, A2 and 5C. RGB value is (66,162,92). Sum of RGB (Red+Green+Blue) = 66+162+92=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #42A25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A25C is #BD5DA3. Grayscale: #7D7D7D. Windows color (decimal): -12410276 or 6070850. OLE color: 6070850.

HSL color Cylindrical-coordinate representation of color #42A25C: hue angle of 136.25º 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 #42A25C is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB6616292-
CMYK0.5900.430.36
HSL136.25º42.11%44.71%-
HSV(B)136.25º59.26%63.53%-
XYZ17.127.7714.58-
YUV125.32109.285.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=20.62%
G=50.62%
B=28.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162920.5900.430.36136.2542.1144.71
Hex42A25C3B02B24882a2d
Octal10224213473053442105255
Binary1000010101000101011100111011010101110010010001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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