#31875C

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

Shades of Sea Green #31875C

Tints of Sea Green #31875C

Color information

#31875C (or 0x31875C) is unknown color: approx Sea Green. HEX triplet: 31, 87 and 5C. RGB value is (49,135,92). Sum of RGB (Red+Green+Blue) = 49+135+92=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #31875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31875C is #CE78A3. Grayscale: #686868. Windows color (decimal): -13531300 or 6063921. OLE color: 6063921.

HSL color Cylindrical-coordinate representation of color #31875C: hue angle of 150º 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 #31875C is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB4913592-
CMYK0.6400.320.47
HSL150º46.74%36.08%-
HSV(B)150º63.7%52.94%-
XYZ11.8618.7513.12-
YUV104.38121.0188.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=17.75%
G=48.91%
B=33.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135920.6400.320.4715046.7436.08
Hex31875C400202F962f24
Octal61207134100040572265744
Binary1100011000011110111001000000010000010111110010110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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