#388960

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

Shades of Sea Green #388960

Tints of Sea Green #388960

Color information

#388960 (or 0x388960) is unknown color: approx Sea Green. HEX triplet: 38, 89 and 60. RGB value is (56,137,96). Sum of RGB (Red+Green+Blue) = 56+137+96=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #388960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388960 is #C7769F. Grayscale: #6C6C6C. Windows color (decimal): -13072032 or 6326584. OLE color: 6326584.

HSL color Cylindrical-coordinate representation of color #388960: hue angle of 149.63º 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 #388960 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB5613796-
CMYK0.5900.300.46
HSL149.63º41.97%37.84%-
HSV(B)149.63º59.12%53.73%-
XYZ12.6919.5814.18-
YUV108.11121.1690.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=19.38%
G=47.40%
B=33.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56137960.5900.300.46149.6341.9737.84
Hex3889603B01E2E962a26
Octal7021114073036562265246
Binary11100010001001110000011101101111010111010010110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388960; }

 p { color: rgb(56,137,96); }

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

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

 a { background-color: rgb(56,137,96); }

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

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

 span { border-color: rgb(56,137,96); }

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