#31815A

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

Shades of Sea Green #31815A

Tints of Sea Green #31815A

Color information

#31815A (or 0x31815A) is unknown color: approx Sea Green. HEX triplet: 31, 81 and 5A. RGB value is (49,129,90). Sum of RGB (Red+Green+Blue) = 49+129+90=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #31815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31815A is #CE7EA5. Grayscale: #646464. Windows color (decimal): -13532838 or 5931313. OLE color: 5931313.

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

Color convert

RGB4912990-
CMYK0.6200.300.49
HSL150.75º44.94%34.9%-
HSV(B)150.75º62.02%50.59%-
XYZ10.9617.0912.39-
YUV100.6312291.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 129 (50.78% from 255) = 48.13%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=18.28%
G=48.13%
B=33.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129900.6200.300.49150.7544.9434.9
Hex31815A3E01E31972d23
Octal6120113276036612275543
Binary11000110000001101101011111001111011000110010111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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