#3DAA64

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

Shades of Medium Sea Green #3DAA64

Tints of Medium Sea Green #3DAA64

Color information

#3DAA64 (or 0x3DAA64) is unknown color: approx Medium Sea Green. HEX triplet: 3D, AA and 64. RGB value is (61,170,100). Sum of RGB (Red+Green+Blue) = 61+170+100=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAA64 is #C2559B. Grayscale: #818181. Windows color (decimal): -12735900 or 6597181. OLE color: 6597181.

HSL color Cylindrical-coordinate representation of color #3DAA64: hue angle of 141.47º 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 #3DAA64 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB61170100-
CMYK0.6400.410.33
HSL141.47º47.19%45.29%-
HSV(B)141.47º64.12%66.67%-
XYZ18.630.6616.99-
YUV129.43111.3979.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.43%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=18.43%
G=51.36%
B=30.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611701000.6400.410.33141.4747.1945.29
Hex3DAA6440029218d2f2d
Octal75252144100051412155755
Binary1111011010101011001001000000010100110000110001101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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