#31825C

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

Shades of Sea Green #31825C

Tints of Sea Green #31825C

Color information

#31825C (or 0x31825C) is unknown color: approx Sea Green. HEX triplet: 31, 82 and 5C. RGB value is (49,130,92). Sum of RGB (Red+Green+Blue) = 49+130+92=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #31825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31825C is #CE7DA3. Grayscale: #656565. Windows color (decimal): -13532580 or 6062641. OLE color: 6062641.

HSL color Cylindrical-coordinate representation of color #31825C: hue angle of 151.85º 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 #31825C is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB4913092-
CMYK0.6200.290.49
HSL151.85º45.25%35.1%-
HSV(B)151.85º62.31%50.98%-
XYZ11.1817.3912.89-
YUV101.45122.6690.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=18.08%
G=47.97%
B=33.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130920.6200.290.49151.8545.2535.1
Hex31825C3E01D31982d23
Octal6120213476035612305543
Binary11000110000010101110011111001110111000110011000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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