#318750

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

Shades of Sea Green #318750

Tints of Sea Green #318750

Color information

#318750 (or 0x318750) is unknown color: approx Sea Green. HEX triplet: 31, 87 and 50. RGB value is (49,135,80). Sum of RGB (Red+Green+Blue) = 49+135+80=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #318750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318750 is #CE78AF. Grayscale: #676767. Windows color (decimal): -13531312 or 5277489. OLE color: 5277489.

HSL color Cylindrical-coordinate representation of color #318750: hue angle of 141.63º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318750 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB4913580-
CMYK0.6400.410.47
HSL141.63º46.74%36.08%-
HSV(B)141.63º63.7%52.94%-
XYZ11.3818.5610.57-
YUV103.02115.0189.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=18.56%
G=51.14%
B=30.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135800.6400.410.47141.6346.7436.08
Hex318750400292F8e2f24
Octal61207120100051572165744
Binary1100011000011110100001000000010100110111110001110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318750; }

 p { color: rgb(49,135,80); }

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

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

 a { background-color: rgb(49,135,80); }

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

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

 span { border-color: rgb(49,135,80); }

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