#318C53

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

Shades of Sea Green #318C53

Tints of Sea Green #318C53

Color information

#318C53 (or 0x318C53) is unknown color: approx Sea Green. HEX triplet: 31, 8C and 53. RGB value is (49,140,83). Sum of RGB (Red+Green+Blue) = 49+140+83=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #318C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C53 is #CE73AC. Grayscale: #6A6A6A. Windows color (decimal): -13530029 or 5475377. OLE color: 5475377.

HSL color Cylindrical-coordinate representation of color #318C53: hue angle of 142.42º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C53 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB4914083-
CMYK0.6500.410.45
HSL142.42º48.15%37.06%-
HSV(B)142.42º65%54.9%-
XYZ12.2120.0311.41-
YUV106.29114.8587.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 140 (55.08% from 255) = 51.47%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=18.01%
G=51.47%
B=30.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49140830.6500.410.45142.4248.1537.06
Hex318C53410292D8e3025
Octal61214123101051552166045
Binary1100011000110010100111000001010100110110110001110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318C53; }

 p { color: rgb(49,140,83); }

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

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

 a { background-color: rgb(49,140,83); }

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

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

 span { border-color: rgb(49,140,83); }

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