#398A5F

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

Shades of Sea Green #398A5F

Tints of Sea Green #398A5F

Color information

#398A5F (or 0x398A5F) is unknown color: approx Sea Green. HEX triplet: 39, 8A and 5F. RGB value is (57,138,95). Sum of RGB (Red+Green+Blue) = 57+138+95=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #398A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A5F is #C675A0. Grayscale: #6C6C6C. Windows color (decimal): -13006241 or 6261305. OLE color: 6261305.

HSL color Cylindrical-coordinate representation of color #398A5F: hue angle of 148.15º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A5F is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB5713895-
CMYK0.5900.310.46
HSL148.15º41.54%38.24%-
HSV(B)148.15º58.7%54.12%-
XYZ12.8419.8713.99-
YUV108.88120.1691-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 138 (54.30% from 255) = 47.59%
BLUE value IS 95 (37.5% from 255) = 32.76%
R=19.66%
G=47.59%
B=32.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57138950.5900.310.46148.1541.5438.24
Hex398A5F3B01F2E942a26
Octal7121213773037562245246
Binary11100110001010101111111101101111110111010010100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,138,95); }

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

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

 a { background-color: rgb(57,138,95); }

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

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

 span { border-color: rgb(57,138,95); }

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