#42AC55

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

Shades of Chateau Green #42AC55

Tints of Chateau Green #42AC55

Color information

#42AC55 (or 0x42AC55) is unknown color: approx Chateau Green. HEX triplet: 42, AC and 55. RGB value is (66,172,85). Sum of RGB (Red+Green+Blue) = 66+172+85=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC55 is #BD53AA. Grayscale: #828282. Windows color (decimal): -12407723 or 5614658. OLE color: 5614658.

HSL color Cylindrical-coordinate representation of color #42AC55: hue angle of 130.75º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AC55 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB6617285-
CMYK0.6200.510.33
HSL130.75º44.54%46.67%-
HSV(B)130.75º61.63%67.45%-
XYZ18.6431.3213.66-
YUV130.39102.3882.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 172 (67.58% from 255) = 53.25%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=20.43%
G=53.25%
B=26.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66172850.6200.510.33130.7544.5446.67
Hex42AC553E03321832d2f
Octal10225412576063412035557
Binary1000010101011001010101111110011001110000110000011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,172,85); }

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

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

 a { background-color: rgb(66,172,85); }

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

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

 span { border-color: rgb(66,172,85); }

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