#3d9f60

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

Shades of Chateau Green #3D9F60

Tints of Chateau Green #3D9F60

Color information

#3D9F60 (or 0x3D9F60) is unknown color: approx Chateau Green. HEX triplet: 3D, 9F and 60. RGB value is (61,159,96). Sum of RGB (Red+Green+Blue) = 61+159+96=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #3D9F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9F60 is #C2609F. Grayscale: #7A7A7A. Windows color (decimal): -12738720 or 6332221. OLE color: 6332221.

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

Color convert

RGB6115996-
CMYK0.6200.400.38
HSL141.43º44.55%43.14%-
HSV(B)141.43º61.64%62.35%-
XYZ16.4326.6315.34-
YUV122.52113.0384.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 159 (62.5% from 255) = 50.32%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=19.30%
G=50.32%
B=30.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61159960.6200.400.38141.4344.5543.14
Hex3D9F603E028268d2d2b
Octal7523714076050462155553
Binary111101100111111100000111110010100010011010001101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d9f60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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