#398C52

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

Shades of Sea Green #398C52

Tints of Sea Green #398C52

Color information

#398C52 (or 0x398C52) is unknown color: approx Sea Green. HEX triplet: 39, 8C and 52. RGB value is (57,140,82). Sum of RGB (Red+Green+Blue) = 57+140+82=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #398C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C52 is #C673AD. Grayscale: #6C6C6C. Windows color (decimal): -13005742 or 5409849. OLE color: 5409849.

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

Color convert

RGB5714082-
CMYK0.5900.410.45
HSL138.07º42.13%38.63%-
HSV(B)138.07º59.29%54.9%-
XYZ12.5920.2411.22-
YUV108.5711391.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 140 (55.08% from 255) = 50.18%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=20.43%
G=50.18%
B=29.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140820.5900.410.45138.0742.1338.63
Hex398C523B0292D8a2a27
Octal7121412273051552125247
Binary111001100011001010010111011010100110110110001010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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