#318D42

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

Shades of Sea Green #318D42

Tints of Sea Green #318D42

Color information

#318D42 (or 0x318D42) is unknown color: approx Sea Green. HEX triplet: 31, 8D and 42. RGB value is (49,141,66). Sum of RGB (Red+Green+Blue) = 49+141+66=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #318D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318D42 is #CE72BD. Grayscale: #696969. Windows color (decimal): -13529790 or 4361521. OLE color: 4361521.

HSL color Cylindrical-coordinate representation of color #318D42: hue angle of 131.09º 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 #318D42 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB4914166-
CMYK0.6500.530.45
HSL131.09º48.42%37.25%-
HSV(B)131.09º65.25%55.29%-
XYZ11.7720.18.41-
YUV104.94106.0288.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 141 (55.47% from 255) = 55.08%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=19.14%
G=55.08%
B=25.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141660.6500.530.45131.0948.4237.25
Hex318D42410352D833025
Octal61215102101065552036045
Binary1100011000110110000101000001011010110110110000011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,141,66); }

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

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

 a { background-color: rgb(49,141,66); }

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

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

 span { border-color: rgb(49,141,66); }

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