#31855A

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

Shades of Sea Green #31855A

Tints of Sea Green #31855A

Color information

#31855A (or 0x31855A) is unknown color: approx Sea Green. HEX triplet: 31, 85 and 5A. RGB value is (49,133,90). Sum of RGB (Red+Green+Blue) = 49+133+90=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #31855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31855A is #CE7AA5. Grayscale: #676767. Windows color (decimal): -13531814 or 5932337. OLE color: 5932337.

HSL color Cylindrical-coordinate representation of color #31855A: hue angle of 149.29º 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 #31855A is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB4913390-
CMYK0.6300.320.48
HSL149.29º46.15%35.69%-
HSV(B)149.29º63.16%52.16%-
XYZ11.518.1712.57-
YUV102.98120.6789.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 133 (52.34% from 255) = 48.90%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=18.01%
G=48.90%
B=33.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49133900.6300.320.48149.2946.1535.69
Hex31855A3F02030952e24
Octal6120513277040602255644
Binary110001100001011011010111111010000011000010010101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31855A; }

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

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

<style>
 a { background-color: #31855A; }

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

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

<style>
 span { border-color: #31855A; }

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

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