#398C5D

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

Shades of Sea Green #398C5D

Tints of Sea Green #398C5D

Color information

#398C5D (or 0x398C5D) is unknown color: approx Sea Green. HEX triplet: 39, 8C and 5D. RGB value is (57,140,93). Sum of RGB (Red+Green+Blue) = 57+140+93=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #398C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C5D is #C673A2. Grayscale: #6D6D6D. Windows color (decimal): -13005731 or 6130745. OLE color: 6130745.

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

Color convert

RGB5714093-
CMYK0.5900.340.45
HSL146.02º42.13%38.63%-
HSV(B)146.02º59.29%54.9%-
XYZ13.0420.4213.61-
YUV109.82118.590.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 140 (55.08% from 255) = 48.28%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=19.66%
G=48.28%
B=32.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140930.5900.340.45146.0242.1338.63
Hex398C5D3B0222D922a27
Octal7121413573042552225247
Binary111001100011001011101111011010001010110110010010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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