#3A8D5A

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

Shades of Sea Green #3A8D5A

Tints of Sea Green #3A8D5A

Color information

#3A8D5A (or 0x3A8D5A) is unknown color: approx Sea Green. HEX triplet: 3A, 8D and 5A. RGB value is (58,141,90). Sum of RGB (Red+Green+Blue) = 58+141+90=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8D5A is #C572A5. Grayscale: #6E6E6E. Windows color (decimal): -12939942 or 5934394. OLE color: 5934394.

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

Color convert

RGB5814190-
CMYK0.5900.360.45
HSL143.13º41.71%39.02%-
HSV(B)143.13º58.87%55.29%-
XYZ13.1220.6912.97-
YUV110.37116.590.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 141 (55.47% from 255) = 48.79%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=20.07%
G=48.79%
B=31.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58141900.5900.360.45143.1341.7139.02
Hex3A8D5A3B0242D8f2a27
Octal7221513273044552175247
Binary111010100011011011010111011010010010110110001111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,141,90); }

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

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

 a { background-color: rgb(58,141,90); }

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

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

 span { border-color: rgb(58,141,90); }

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