#388A58

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

Shades of Sea Green #388A58

Tints of Sea Green #388A58

Color information

#388A58 (or 0x388A58) is unknown color: approx Sea Green. HEX triplet: 38, 8A and 58. RGB value is (56,138,88). Sum of RGB (Red+Green+Blue) = 56+138+88=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #388A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A58 is #C775A7. Grayscale: #6B6B6B. Windows color (decimal): -13071784 or 5802552. OLE color: 5802552.

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

Color convert

RGB5613888-
CMYK0.5900.360.46
HSL143.41º42.27%38.04%-
HSV(B)143.41º59.42%54.12%-
XYZ12.4819.7212.38-
YUV107.78116.8391.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 138 (54.30% from 255) = 48.94%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=19.86%
G=48.94%
B=31.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56138880.5900.360.46143.4142.2738.04
Hex388A583B0242E8f2a26
Octal7021213073044562175246
Binary111000100010101011000111011010010010111010001111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388A58; }

 p { color: rgb(56,138,88); }

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

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

 a { background-color: rgb(56,138,88); }

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

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

 span { border-color: rgb(56,138,88); }

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