#3DAB60

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

Shades of Chateau Green #3DAB60

Tints of Chateau Green #3DAB60

Color information

#3DAB60 (or 0x3DAB60) is unknown color: approx Chateau Green. HEX triplet: 3D, AB and 60. RGB value is (61,171,96). Sum of RGB (Red+Green+Blue) = 61+171+96=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAB60 is #C2549F. Grayscale: #818181. Windows color (decimal): -12735648 or 6335293. OLE color: 6335293.

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

Color convert

RGB6117196-
CMYK0.6400.440.33
HSL139.09º47.41%45.49%-
HSV(B)139.09º64.33%67.06%-
XYZ18.630.9616.06-
YUV129.56109.0679.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 171 (67.19% from 255) = 52.13%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=18.60%
G=52.13%
B=29.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61171960.6400.440.33139.0947.4145.49
Hex3DAB604002C218b2f2d
Octal75253140100054412135755
Binary1111011010101111000001000000010110010000110001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DAB60; }

 p { color: rgb(61,171,96); }

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

<style>
 a { background-color: #3DAB60; }

 a { background-color: rgb(61,171,96); }

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

<style>
 span { border-color: #3DAB60; }

 span { border-color: rgb(61,171,96); }

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