#3A8C5B

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

Shades of Sea Green #3A8C5B

Tints of Sea Green #3A8C5B

Color information

#3A8C5B (or 0x3A8C5B) is unknown color: approx Sea Green. HEX triplet: 3A, 8C and 5B. RGB value is (58,140,91). Sum of RGB (Red+Green+Blue) = 58+140+91=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #3A8C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8C5B is #C573A4. Grayscale: #6E6E6E. Windows color (decimal): -12940197 or 5999674. OLE color: 5999674.

HSL color Cylindrical-coordinate representation of color #3A8C5B: hue angle of 144.15º degrees, saturation: 0.41, 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 #3A8C5B is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB5814091-
CMYK0.5900.350.45
HSL144.15º41.41%38.82%-
HSV(B)144.15º58.57%54.9%-
XYZ13.0120.4113.15-
YUV109.9117.3390.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=20.07%
G=48.44%
B=31.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58140910.5900.350.45144.1541.4138.82
Hex3A8C5B3B0232D902927
Octal7221413373043552205147
Binary111010100011001011011111011010001110110110010000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,140,91); }

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

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

 a { background-color: rgb(58,140,91); }

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

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

 span { border-color: rgb(58,140,91); }

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