#398C58

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

Shades of Sea Green #398C58

Tints of Sea Green #398C58

Color information

#398C58 (or 0x398C58) is unknown color: approx Sea Green. HEX triplet: 39, 8C and 58. RGB value is (57,140,88). Sum of RGB (Red+Green+Blue) = 57+140+88=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #398C58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C58 is #C673A7. Grayscale: #6D6D6D. Windows color (decimal): -13005736 or 5803065. OLE color: 5803065.

HSL color Cylindrical-coordinate representation of color #398C58: hue angle of 142.41º 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 #398C58 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB5714088-
CMYK0.5900.370.45
HSL142.41º42.13%38.63%-
HSV(B)142.41º59.29%54.9%-
XYZ12.8320.3312.48-
YUV109.2511690.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 140 (55.08% from 255) = 49.12%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=20%
G=49.12%
B=30.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140880.5900.370.45142.4142.1338.63
Hex398C583B0252D8e2a27
Octal7121413073045552165247
Binary111001100011001011000111011010010110110110001110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398C58; }

 p { color: rgb(57,140,88); }

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

<style>
 a { background-color: #398C58; }

 a { background-color: rgb(57,140,88); }

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

<style>
 span { border-color: #398C58; }

 span { border-color: rgb(57,140,88); }

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