#318E5C

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

Shades of Sea Green #318E5C

Tints of Sea Green #318E5C

Color information

#318E5C (or 0x318E5C) is unknown color: approx Sea Green. HEX triplet: 31, 8E and 5C. RGB value is (49,142,92). Sum of RGB (Red+Green+Blue) = 49+142+92=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #318E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E5C is #CE71A3. Grayscale: #6C6C6C. Windows color (decimal): -13529508 or 6065713. OLE color: 6065713.

HSL color Cylindrical-coordinate representation of color #318E5C: hue angle of 147.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E5C is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB4914292-
CMYK0.6500.350.44
HSL147.74º48.69%37.45%-
HSV(B)147.74º65.49%55.69%-
XYZ12.8720.7713.46-
YUV108.49118.6985.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=17.31%
G=50.18%
B=32.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49142920.6500.350.44147.7448.6937.45
Hex318E5C410232C943125
Octal61216134101043542246145
Binary1100011000111010111001000001010001110110010010100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,142,92); }

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

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

 a { background-color: rgb(49,142,92); }

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

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

 span { border-color: rgb(49,142,92); }

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