#3DA05F

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

Shades of Chateau Green #3DA05F

Tints of Chateau Green #3DA05F

Color information

#3DA05F (or 0x3DA05F) is unknown color: approx Chateau Green. HEX triplet: 3D, A0 and 5F. RGB value is (61,160,95). Sum of RGB (Red+Green+Blue) = 61+160+95=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA05F is #C25FA0. Grayscale: #7B7B7B. Windows color (decimal): -12738465 or 6266941. OLE color: 6266941.

HSL color Cylindrical-coordinate representation of color #3DA05F: hue angle of 140.61º 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 #3DA05F is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB6116095-
CMYK0.6200.410.37
HSL140.61º44.8%43.33%-
HSV(B)140.61º61.87%62.75%-
XYZ16.5626.9615.16-
YUV122.99112.283.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=19.30%
G=50.63%
B=30.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61160950.6200.410.37140.6144.843.33
Hex3DA05F3E029258d2d2b
Octal7524013776051452155553
Binary111101101000001011111111110010100110010110001101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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