#318450

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

Shades of Sea Green #318450

Tints of Sea Green #318450

Color information

#318450 (or 0x318450) is unknown color: approx Sea Green. HEX triplet: 31, 84 and 50. RGB value is (49,132,80). Sum of RGB (Red+Green+Blue) = 49+132+80=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #318450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318450 is #CE7BAF. Grayscale: #656565. Windows color (decimal): -13532080 or 5276721. OLE color: 5276721.

HSL color Cylindrical-coordinate representation of color #318450: hue angle of 142.41º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318450 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB4913280-
CMYK0.6300.390.48
HSL142.41º45.86%35.49%-
HSV(B)142.41º62.88%51.76%-
XYZ10.9717.7310.43-
YUV101.2611690.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=18.77%
G=50.57%
B=30.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132800.6300.390.48142.4145.8635.49
Hex3184503F027308e2e23
Octal6120412077047602165643
Binary110001100001001010000111111010011111000010001110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318450; }

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

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

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

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

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

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

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

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