#388461

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

Shades of Sea Green #388461

Tints of Sea Green #388461

Color information

#388461 (or 0x388461) is unknown color: approx Sea Green. HEX triplet: 38, 84 and 61. RGB value is (56,132,97). Sum of RGB (Red+Green+Blue) = 56+132+97=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #388461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388461 is #C77B9E. Grayscale: #696969. Windows color (decimal): -13073311 or 6390840. OLE color: 6390840.

HSL color Cylindrical-coordinate representation of color #388461: hue angle of 152.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388461 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB5613297-
CMYK0.5800.270.48
HSL152.37º40.43%36.86%-
HSV(B)152.37º57.58%51.76%-
XYZ12.0418.2114.19-
YUV105.29123.3292.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=19.65%
G=46.32%
B=34.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132970.5800.270.48152.3740.4336.86
Hex3884613A01B30982825
Octal7020414172033602305045
Binary11100010000100110000111101001101111000010011000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388461; }

 p { color: rgb(56,132,97); }

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

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

 a { background-color: rgb(56,132,97); }

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

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

 span { border-color: rgb(56,132,97); }

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