#3DAA5D

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

Shades of Chateau Green #3DAA5D

Tints of Chateau Green #3DAA5D

Color information

#3DAA5D (or 0x3DAA5D) is unknown color: approx Chateau Green. HEX triplet: 3D, AA and 5D. RGB value is (61,170,93). Sum of RGB (Red+Green+Blue) = 61+170+93=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAA5D is #C255A2. Grayscale: #808080. Windows color (decimal): -12735907 or 6138429. OLE color: 6138429.

HSL color Cylindrical-coordinate representation of color #3DAA5D: hue angle of 137.61º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAA5D is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB6117093-
CMYK0.6400.450.33
HSL137.61º47.19%45.29%-
HSV(B)137.61º64.12%66.67%-
XYZ18.2730.5315.29-
YUV128.63107.8979.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 170 (66.80% from 255) = 52.47%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=18.83%
G=52.47%
B=28.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61170930.6400.450.33137.6147.1945.29
Hex3DAA5D4002D218a2f2d
Octal75252135100055412125755
Binary1111011010101010111011000000010110110000110001010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,170,93); }

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

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

 a { background-color: rgb(61,170,93); }

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

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

 span { border-color: rgb(61,170,93); }

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