#3DA460

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

Shades of Chateau Green #3DA460

Tints of Chateau Green #3DA460

Color information

#3DA460 (or 0x3DA460) is unknown color: approx Chateau Green. HEX triplet: 3D, A4 and 60. RGB value is (61,164,96). Sum of RGB (Red+Green+Blue) = 61+164+96=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA460 is #C25B9F. Grayscale: #7D7D7D. Windows color (decimal): -12737440 or 6333501. OLE color: 6333501.

HSL color Cylindrical-coordinate representation of color #3DA460: hue angle of 140.39º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA460 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB6116496-
CMYK0.6300.410.36
HSL140.39º45.78%44.12%-
HSV(B)140.39º62.8%64.31%-
XYZ17.3128.3915.63-
YUV125.45111.3882.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=19.00%
G=51.09%
B=29.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61164960.6300.410.36140.3945.7844.12
Hex3DA4603F029248c2e2c
Octal7524414077051442145654
Binary111101101001001100000111111010100110010010001100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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