#318355

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

Shades of Sea Green #318355

Tints of Sea Green #318355

Color information

#318355 (or 0x318355) is unknown color: approx Sea Green. HEX triplet: 31, 83 and 55. RGB value is (49,131,85). Sum of RGB (Red+Green+Blue) = 49+131+85=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #318355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318355 is #CE7CAA. Grayscale: #656565. Windows color (decimal): -13532331 or 5604145. OLE color: 5604145.

HSL color Cylindrical-coordinate representation of color #318355: hue angle of 146.34º 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 #318355 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB4913185-
CMYK0.6300.350.49
HSL146.34º45.56%35.29%-
HSV(B)146.34º62.6%51.37%-
XYZ11.0217.5411.4-
YUV101.24118.8390.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 131 (51.56% from 255) = 49.43%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=18.49%
G=49.43%
B=32.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49131850.6300.350.49146.3445.5635.29
Hex3183553F02331922e23
Octal6120312577043612225643
Binary110001100000111010101111111010001111000110010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318355; }

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

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

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

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

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

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

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

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