#31854F

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

Shades of Sea Green #31854F

Tints of Sea Green #31854F

Color information

#31854F (or 0x31854F) is unknown color: approx Sea Green. HEX triplet: 31, 85 and 4F. RGB value is (49,133,79). Sum of RGB (Red+Green+Blue) = 49+133+79=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #31854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31854F is #CE7AB0. Grayscale: #656565. Windows color (decimal): -13531825 or 5211441. OLE color: 5211441.

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

Color convert

RGB4913379-
CMYK0.6300.410.48
HSL141.43º46.15%35.69%-
HSV(B)141.43º63.16%52.16%-
XYZ11.0717.9910.29-
YUV101.73115.1790.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=18.77%
G=50.96%
B=30.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49133790.6300.410.48141.4346.1535.69
Hex31854F3F029308d2e24
Octal6120511777051602155644
Binary110001100001011001111111111010100111000010001101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31854F; }

 p { color: rgb(49,133,79); }

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

<style>
 a { background-color: #31854F; }

 a { background-color: rgb(49,133,79); }

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

<style>
 span { border-color: #31854F; }

 span { border-color: rgb(49,133,79); }

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