#388C5E

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

Shades of Sea Green #388C5E

Tints of Sea Green #388C5E

Color information

#388C5E (or 0x388C5E) is unknown color: approx Sea Green. HEX triplet: 38, 8C and 5E. RGB value is (56,140,94). Sum of RGB (Red+Green+Blue) = 56+140+94=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #388C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C5E is #C773A1. Grayscale: #6D6D6D. Windows color (decimal): -13071266 or 6196280. OLE color: 6196280.

HSL color Cylindrical-coordinate representation of color #388C5E: hue angle of 147.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C5E is Cyan = 0.6, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB5614094-
CMYK0.600.330.45
HSL147.14º42.86%38.43%-
HSV(B)147.14º60%54.9%-
XYZ13.0320.4113.84-
YUV109.64119.1789.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 140 (55.08% from 255) = 48.28%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=19.31%
G=48.28%
B=32.41%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56140940.600.330.45147.1442.8638.43
Hex388C5E3C0212D932b26
Octal7021413674041552235346
Binary111000100011001011110111100010000110110110010011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,94); }

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

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

 a { background-color: rgb(56,140,94); }

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

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

 span { border-color: rgb(56,140,94); }

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