#3A8B55

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

Shades of Sea Green #3A8B55

Tints of Sea Green #3A8B55

Color information

#3A8B55 (or 0x3A8B55) is unknown color: approx Sea Green. HEX triplet: 3A, 8B and 55. RGB value is (58,139,85). Sum of RGB (Red+Green+Blue) = 58+139+85=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B55 is #C574AA. Grayscale: #6C6C6C. Windows color (decimal): -12940459 or 5606202. OLE color: 5606202.

HSL color Cylindrical-coordinate representation of color #3A8B55: hue angle of 140º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B55 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB5813985-
CMYK0.5800.390.45
HSL140º41.12%38.63%-
HSV(B)140º58.27%54.51%-
XYZ12.6220.0211.79-
YUV108.62114.6691.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.57%
GREEN value IS 139 (54.69% from 255) = 49.29%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=20.57%
G=49.29%
B=30.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58139850.5800.390.4514041.1238.63
Hex3A8B553A0272D8c2927
Octal7221312572047552145147
Binary111010100010111010101111010010011110110110001100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,139,85); }

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

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

 a { background-color: rgb(58,139,85); }

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

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

 span { border-color: rgb(58,139,85); }

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