#31805D

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

Shades of Sea Green #31805D

Tints of Sea Green #31805D

Color information

#31805D (or 0x31805D) is unknown color: approx Sea Green. HEX triplet: 31, 80 and 5D. RGB value is (49,128,93). Sum of RGB (Red+Green+Blue) = 49+128+93=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #31805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31805D is #CE7FA2. Grayscale: #646464. Windows color (decimal): -13533091 or 6127665. OLE color: 6127665.

HSL color Cylindrical-coordinate representation of color #31805D: hue angle of 153.42º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31805D is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB4912893-
CMYK0.6200.270.50
HSL153.42º44.63%34.71%-
HSV(B)153.42º61.72%50.2%-
XYZ10.9616.8813.04-
YUV100.39123.8391.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=18.15%
G=47.41%
B=34.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49128930.6200.270.50153.4244.6334.71
Hex31805D3E01B32992d23
Octal6120013576033622315543
Binary11000110000000101110111111001101111001010011001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31805D; }

 p { color: rgb(49,128,93); }

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

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

 a { background-color: rgb(49,128,93); }

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

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

 span { border-color: rgb(49,128,93); }

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