#31865C

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

Shades of Sea Green #31865C

Tints of Sea Green #31865C

Color information

#31865C (or 0x31865C) is unknown color: approx Sea Green. HEX triplet: 31, 86 and 5C. RGB value is (49,134,92). Sum of RGB (Red+Green+Blue) = 49+134+92=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #31865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31865C is #CE79A3. Grayscale: #676767. Windows color (decimal): -13531556 or 6063665. OLE color: 6063665.

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

Color convert

RGB4913492-
CMYK0.6300.310.47
HSL150.35º46.45%35.88%-
HSV(B)150.35º63.43%52.55%-
XYZ11.7218.4813.07-
YUV103.8121.3488.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=17.82%
G=48.73%
B=33.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49134920.6300.310.47150.3546.4535.88
Hex31865C3F01F2F962e24
Octal6120613477037572265644
Binary11000110000110101110011111101111110111110010110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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