#318F4C

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

Shades of Sea Green #318F4C

Tints of Sea Green #318F4C

Color information

#318F4C (or 0x318F4C) is unknown color: approx Sea Green. HEX triplet: 31, 8F and 4C. RGB value is (49,143,76). Sum of RGB (Red+Green+Blue) = 49+143+76=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #318F4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318F4C is #CE70B3. Grayscale: #6B6B6B. Windows color (decimal): -13529268 or 5017393. OLE color: 5017393.

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

Color convert

RGB4914376-
CMYK0.6600.470.44
HSL137.23º48.96%37.65%-
HSV(B)137.23º65.73%56.08%-
XYZ12.3920.8210.2-
YUV107.26110.3686.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 143 (56.25% from 255) = 53.36%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=18.28%
G=53.36%
B=28.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49143760.6600.470.44137.2348.9637.65
Hex318F4C4202F2C893126
Octal61217114102057542116146
Binary1100011000111110011001000010010111110110010001001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,143,76); }

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

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

 a { background-color: rgb(49,143,76); }

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

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

 span { border-color: rgb(49,143,76); }

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