#398C50

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

Shades of Sea Green #398C50

Tints of Sea Green #398C50

Color information

#398C50 (or 0x398C50) is unknown color: approx Sea Green. HEX triplet: 39, 8C and 50. RGB value is (57,140,80). Sum of RGB (Red+Green+Blue) = 57+140+80=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #398C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C50 is #C673AF. Grayscale: #6C6C6C. Windows color (decimal): -13005744 or 5278777. OLE color: 5278777.

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

Color convert

RGB5714080-
CMYK0.5900.430.45
HSL136.63º42.13%38.63%-
HSV(B)136.63º59.29%54.9%-
XYZ12.5120.2110.83-
YUV108.3411291.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 140 (55.08% from 255) = 50.54%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=20.58%
G=50.54%
B=28.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140800.5900.430.45136.6342.1338.63
Hex398C503B02B2D892a27
Octal7121412073053552115247
Binary111001100011001010000111011010101110110110001001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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