#389155

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

Shades of Sea Green #389155

Tints of Sea Green #389155

Color information

#389155 (or 0x389155) is unknown color: approx Sea Green. HEX triplet: 38, 91 and 55. RGB value is (56,145,85). Sum of RGB (Red+Green+Blue) = 56+145+85=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #389155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389155 is #C76EAA. Grayscale: #6F6F6F. Windows color (decimal): -13069995 or 5607736. OLE color: 5607736.

HSL color Cylindrical-coordinate representation of color #389155: hue angle of 139.55º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389155 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB5614585-
CMYK0.6100.410.43
HSL139.55º44.28%39.41%-
HSV(B)139.55º61.38%56.86%-
XYZ13.421.7512.09-
YUV111.55113.0188.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=19.58%
G=50.70%
B=29.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56145850.6100.410.43139.5544.2839.41
Hex3891553D0292B8c2c27
Octal7022112575051532145447
Binary111000100100011010101111101010100110101110001100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389155; }

 p { color: rgb(56,145,85); }

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

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

 a { background-color: rgb(56,145,85); }

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

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

 span { border-color: rgb(56,145,85); }

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