#31845F

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

Shades of Sea Green #31845F

Tints of Sea Green #31845F

Color information

#31845F (or 0x31845F) is unknown color: approx Sea Green. HEX triplet: 31, 84 and 5F. RGB value is (49,132,95). Sum of RGB (Red+Green+Blue) = 49+132+95=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #31845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31845F is #CE7BA0. Grayscale: #676767. Windows color (decimal): -13532065 or 6259761. OLE color: 6259761.

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

Color convert

RGB4913295-
CMYK0.6300.280.48
HSL153.25º45.86%35.49%-
HSV(B)153.25º62.88%51.76%-
XYZ11.5817.9813.69-
YUV102.96123.589.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=17.75%
G=47.83%
B=34.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132950.6300.280.48153.2545.8635.49
Hex31845F3F01C30992e23
Octal6120413777034602315643
Binary11000110000100101111111111101110011000010011001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,132,95); }

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

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

 a { background-color: rgb(49,132,95); }

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

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

 span { border-color: rgb(49,132,95); }

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