#389054

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

Shades of Sea Green #389054

Tints of Sea Green #389054

Color information

#389054 (or 0x389054) is unknown color: approx Sea Green. HEX triplet: 38, 90 and 54. RGB value is (56,144,84). Sum of RGB (Red+Green+Blue) = 56+144+84=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #389054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389054 is #C76FAB. Grayscale: #6E6E6E. Windows color (decimal): -13070252 or 5541944. OLE color: 5541944.

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

Color convert

RGB5614484-
CMYK0.6100.420.44
HSL139.09º44%39.22%-
HSV(B)139.09º61.11%56.47%-
XYZ13.221.4311.83-
YUV110.85112.8588.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 84 (33.20% from 255) = 29.58%
R=19.72%
G=50.70%
B=29.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56144840.6100.420.44139.094439.22
Hex3890543D02A2C8b2c27
Octal7022012475052542135447
Binary111000100100001010100111101010101010110010001011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389054; }

 p { color: rgb(56,144,84); }

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

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

 a { background-color: rgb(56,144,84); }

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

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

 span { border-color: rgb(56,144,84); }

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