#3DA464

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

Shades of Chateau Green #3DA464

Tints of Chateau Green #3DA464

Color information

#3DA464 (or 0x3DA464) is unknown color: approx Chateau Green. HEX triplet: 3D, A4 and 64. RGB value is (61,164,100). Sum of RGB (Red+Green+Blue) = 61+164+100=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA464 is #C25B9B. Grayscale: #7E7E7E. Windows color (decimal): -12737436 or 6595645. OLE color: 6595645.

HSL color Cylindrical-coordinate representation of color #3DA464: hue angle of 142.72º 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 #3DA464 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB61164100-
CMYK0.6300.390.36
HSL142.72º45.78%44.12%-
HSV(B)142.72º62.8%64.31%-
XYZ17.528.4616.63-
YUV125.91113.3881.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 164 (64.45% from 255) = 50.46%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=18.77%
G=50.46%
B=30.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611641000.6300.390.36142.7245.7844.12
Hex3DA4643F027248f2e2c
Octal7524414477047442175654
Binary111101101001001100100111111010011110010010001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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