#31845E

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

Shades of Sea Green #31845E

Tints of Sea Green #31845E

Color information

#31845E (or 0x31845E) is unknown color: approx Sea Green. HEX triplet: 31, 84 and 5E. RGB value is (49,132,94). Sum of RGB (Red+Green+Blue) = 49+132+94=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #31845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31845E is #CE7BA1. Grayscale: #666666. Windows color (decimal): -13532066 or 6194225. OLE color: 6194225.

HSL color Cylindrical-coordinate representation of color #31845E: hue angle of 152.53º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31845E is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB4913294-
CMYK0.6300.290.48
HSL152.53º45.86%35.49%-
HSV(B)152.53º62.88%51.76%-
XYZ11.5417.9613.45-
YUV102.8512389.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=17.82%
G=48%
B=34.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132940.6300.290.48152.5345.8635.49
Hex31845E3F01D30992e23
Octal6120413677035602315643
Binary11000110000100101111011111101110111000010011001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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