#3A8560

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

Shades of Sea Green #3A8560

Tints of Sea Green #3A8560

Color information

#3A8560 (or 0x3A8560) is unknown color: approx Sea Green. HEX triplet: 3A, 85 and 60. RGB value is (58,133,96). Sum of RGB (Red+Green+Blue) = 58+133+96=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8560 is #C57A9F. Grayscale: #6A6A6A. Windows color (decimal): -12941984 or 6325562. OLE color: 6325562.

HSL color Cylindrical-coordinate representation of color #3A8560: hue angle of 150.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A8560 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB5813396-
CMYK0.5600.280.48
HSL150.4º39.27%37.45%-
HSV(B)150.4º56.39%52.16%-
XYZ12.2418.5214-
YUV106.36122.1593.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=20.21%
G=46.34%
B=33.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58133960.5600.280.48150.439.2737.45
Hex3A85603801C30962725
Octal7220514070034602264745
Binary11101010000101110000011100001110011000010010110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,133,96); }

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

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

 a { background-color: rgb(58,133,96); }

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

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

 span { border-color: rgb(58,133,96); }

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