#31835D

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

Shades of Sea Green #31835D

Tints of Sea Green #31835D

Color information

#31835D (or 0x31835D) is unknown color: approx Sea Green. HEX triplet: 31, 83 and 5D. RGB value is (49,131,93). Sum of RGB (Red+Green+Blue) = 49+131+93=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #31835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31835D is #CE7CA2. Grayscale: #666666. Windows color (decimal): -13532323 or 6128433. OLE color: 6128433.

HSL color Cylindrical-coordinate representation of color #31835D: hue angle of 152.2º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31835D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB4913193-
CMYK0.6300.290.49
HSL152.2º45.56%35.29%-
HSV(B)152.2º62.6%51.37%-
XYZ11.3617.6813.17-
YUV102.15122.8390.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=17.95%
G=47.99%
B=34.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49131930.6300.290.49152.245.5635.29
Hex31835D3F01D31982e23
Octal6120313577035612305643
Binary11000110000011101110111111101110111000110011000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31835D; }

 p { color: rgb(49,131,93); }

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

<style>
 a { background-color: #31835D; }

 a { background-color: rgb(49,131,93); }

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

<style>
 span { border-color: #31835D; }

 span { border-color: rgb(49,131,93); }

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