#31885E

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

Shades of Sea Green #31885E

Tints of Sea Green #31885E

Color information

#31885E (or 0x31885E) is unknown color: approx Sea Green. HEX triplet: 31, 88 and 5E. RGB value is (49,136,94). Sum of RGB (Red+Green+Blue) = 49+136+94=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #31885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31885E is #CE77A1. Grayscale: #696969. Windows color (decimal): -13531042 or 6195249. OLE color: 6195249.

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

Color convert

RGB4913694-
CMYK0.6400.310.47
HSL151.03º47.03%36.27%-
HSV(B)151.03º63.97%53.33%-
XYZ12.0919.0713.63-
YUV105.2121.6887.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=17.56%
G=48.75%
B=33.69%

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
Decimal49136940.6400.310.47151.0347.0336.27
Hex31885E4001F2F972f24
Octal61210136100037572275744
Binary110001100010001011110100000001111110111110010111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31885E; }

 p { color: rgb(49,136,94); }

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

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

 a { background-color: rgb(49,136,94); }

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

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

 span { border-color: rgb(49,136,94); }

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