#3DA560

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

Shades of Chateau Green #3DA560

Tints of Chateau Green #3DA560

Color information

#3DA560 (or 0x3DA560) is unknown color: approx Chateau Green. HEX triplet: 3D, A5 and 60. RGB value is (61,165,96). Sum of RGB (Red+Green+Blue) = 61+165+96=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA560 is #C25A9F. Grayscale: #7E7E7E. Windows color (decimal): -12737184 or 6333757. OLE color: 6333757.

HSL color Cylindrical-coordinate representation of color #3DA560: hue angle of 140.19º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA560 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB6116596-
CMYK0.6300.420.35
HSL140.19º46.02%44.31%-
HSV(B)140.19º63.03%64.71%-
XYZ17.4928.7515.69-
YUV126.04111.0481.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=18.94%
G=51.24%
B=29.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61165960.6300.420.35140.1946.0244.31
Hex3DA5603F02A238c2e2c
Octal7524514077052432145654
Binary111101101001011100000111111010101010001110001100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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