#3DA565

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

Shades of Chateau Green #3DA565

Tints of Chateau Green #3DA565

Color information

#3DA565 (or 0x3DA565) is unknown color: approx Chateau Green. HEX triplet: 3D, A5 and 65. RGB value is (61,165,101). Sum of RGB (Red+Green+Blue) = 61+165+101=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA565 is #C25A9A. Grayscale: #7E7E7E. Windows color (decimal): -12737179 or 6661437. OLE color: 6661437.

HSL color Cylindrical-coordinate representation of color #3DA565: hue angle of 143.08º 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 #3DA565 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB61165101-
CMYK0.6300.390.35
HSL143.08º46.02%44.31%-
HSV(B)143.08º63.03%64.71%-
XYZ17.7328.8416.94-
YUV126.61113.5481.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.65%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=18.65%
G=50.46%
B=30.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611651010.6300.390.35143.0846.0244.31
Hex3DA5653F027238f2e2c
Octal7524514577047432175654
Binary111101101001011100101111111010011110001110001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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