#3DA060

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

Shades of Chateau Green #3DA060

Tints of Chateau Green #3DA060

Color information

#3DA060 (or 0x3DA060) is unknown color: approx Chateau Green. HEX triplet: 3D, A0 and 60. RGB value is (61,160,96). Sum of RGB (Red+Green+Blue) = 61+160+96=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA060 is #C25F9F. Grayscale: #7B7B7B. Windows color (decimal): -12738464 or 6332477. OLE color: 6332477.

HSL color Cylindrical-coordinate representation of color #3DA060: hue angle of 141.21º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA060 is Cyan = 0.62, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB6116096-
CMYK0.6200.40.37
HSL141.21º44.8%43.33%-
HSV(B)141.21º61.87%62.75%-
XYZ16.6126.9815.4-
YUV123.1112.783.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=19.24%
G=50.47%
B=30.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61160960.6200.40.37141.2144.843.33
Hex3DA0603E028258d2d2b
Octal7524014076050452155553
Binary111101101000001100000111110010100010010110001101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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