#3DAD5F

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

Shades of Chateau Green #3DAD5F

Tints of Chateau Green #3DAD5F

Color information

#3DAD5F (or 0x3DAD5F) is unknown color: approx Chateau Green. HEX triplet: 3D, AD and 5F. RGB value is (61,173,95). Sum of RGB (Red+Green+Blue) = 61+173+95=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAD5F is #C252A0. Grayscale: #828282. Windows color (decimal): -12735137 or 6270269. OLE color: 6270269.

HSL color Cylindrical-coordinate representation of color #3DAD5F: hue angle of 138.21º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAD5F is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB6117395-
CMYK0.6500.450.32
HSL138.21º47.86%45.88%-
HSV(B)138.21º64.74%67.84%-
XYZ18.9331.7115.95-
YUV130.62107.8978.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 173 (67.97% from 255) = 52.58%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=18.54%
G=52.58%
B=28.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61173950.6500.450.32138.2147.8645.88
Hex3DAD5F4102D208a302e
Octal75255137101055402126056
Binary1111011010110110111111000001010110110000010001010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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