#42AB61

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

Shades of Chateau Green #42AB61

Tints of Chateau Green #42AB61

Color information

#42AB61 (or 0x42AB61) is unknown color: approx Chateau Green. HEX triplet: 42, AB and 61. RGB value is (66,171,97). Sum of RGB (Red+Green+Blue) = 66+171+97=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB61 is #BD549E. Grayscale: #838383. Windows color (decimal): -12407967 or 6400834. OLE color: 6400834.

HSL color Cylindrical-coordinate representation of color #42AB61: hue angle of 137.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB61 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB6617197-
CMYK0.6100.430.33
HSL137.71º44.3%46.47%-
HSV(B)137.71º61.4%67.06%-
XYZ18.9731.1516.32-
YUV131.17108.7181.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=19.76%
G=51.20%
B=29.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66171970.6100.430.33137.7144.346.47
Hex42AB613D02B218a2c2e
Octal10225314175053412125456
Binary1000010101010111100001111101010101110000110001010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,171,97); }

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

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

 a { background-color: rgb(66,171,97); }

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

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

 span { border-color: rgb(66,171,97); }

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