#398D5C

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

Shades of Sea Green #398D5C

Tints of Sea Green #398D5C

Color information

#398D5C (or 0x398D5C) is unknown color: approx Sea Green. HEX triplet: 39, 8D and 5C. RGB value is (57,141,92). Sum of RGB (Red+Green+Blue) = 57+141+92=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #398D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398D5C is #C672A3. Grayscale: #6E6E6E. Windows color (decimal): -13005476 or 6065465. OLE color: 6065465.

HSL color Cylindrical-coordinate representation of color #398D5C: hue angle of 145º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398D5C is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB5714192-
CMYK0.6000.350.45
HSL145º42.42%38.82%-
HSV(B)145º59.57%55.29%-
XYZ13.1420.6913.43-
YUV110.3117.6789.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 141 (55.47% from 255) = 48.62%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=19.66%
G=48.62%
B=31.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57141920.6000.350.4514542.4238.82
Hex398D5C3C0232D912a27
Octal7121513474043552215247
Binary111001100011011011100111100010001110110110010001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,141,92); }

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

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

 a { background-color: rgb(57,141,92); }

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

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

 span { border-color: rgb(57,141,92); }

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