#388C50

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

Shades of Sea Green #388C50

Tints of Sea Green #388C50

Color information

#388C50 (or 0x388C50) is unknown color: approx Sea Green. HEX triplet: 38, 8C and 50. RGB value is (56,140,80). Sum of RGB (Red+Green+Blue) = 56+140+80=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #388C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C50 is #C773AF. Grayscale: #6C6C6C. Windows color (decimal): -13071280 or 5278776. OLE color: 5278776.

HSL color Cylindrical-coordinate representation of color #388C50: hue angle of 137.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 #388C50 is Cyan = 0.6, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB5614080-
CMYK0.600.430.45
HSL137.14º42.86%38.43%-
HSV(B)137.14º60%54.9%-
XYZ12.4620.1810.83-
YUV108.04112.1790.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 140 (55.08% from 255) = 50.72%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=20.29%
G=50.72%
B=28.99%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56140800.600.430.45137.1442.8638.43
Hex388C503C02B2D892b26
Octal7021412074053552115346
Binary111000100011001010000111100010101110110110001001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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