#31825E

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

Shades of Sea Green #31825E

Tints of Sea Green #31825E

Color information

#31825E (or 0x31825E) is unknown color: approx Sea Green. HEX triplet: 31, 82 and 5E. RGB value is (49,130,94). Sum of RGB (Red+Green+Blue) = 49+130+94=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #31825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31825E is #CE7DA1. Grayscale: #656565. Windows color (decimal): -13532578 or 6193713. OLE color: 6193713.

HSL color Cylindrical-coordinate representation of color #31825E: hue angle of 153.33º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31825E is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB4913094-
CMYK0.6200.280.49
HSL153.33º45.25%35.1%-
HSV(B)153.33º62.31%50.98%-
XYZ11.2717.4313.36-
YUV101.68123.6690.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=17.95%
G=47.62%
B=34.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130940.6200.280.49153.3345.2535.1
Hex31825E3E01C31992d23
Octal6120213676034612315543
Binary11000110000010101111011111001110011000110011001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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