#31875D

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

Shades of Sea Green #31875D

Tints of Sea Green #31875D

Color information

#31875D (or 0x31875D) is unknown color: approx Sea Green. HEX triplet: 31, 87 and 5D. RGB value is (49,135,93). Sum of RGB (Red+Green+Blue) = 49+135+93=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #31875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31875D is #CE78A2. Grayscale: #686868. Windows color (decimal): -13531299 or 6129457. OLE color: 6129457.

HSL color Cylindrical-coordinate representation of color #31875D: hue angle of 150.7º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31875D is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB4913593-
CMYK0.6400.310.47
HSL150.7º46.74%36.08%-
HSV(B)150.7º63.7%52.94%-
XYZ11.9118.7713.35-
YUV104.5121.5188.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=17.69%
G=48.74%
B=33.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135930.6400.310.47150.746.7436.08
Hex31875D4001F2F972f24
Octal61207135100037572275744
Binary110001100001111011101100000001111110111110010111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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