Html Css Color HEX #318160 Sea Green

📋 copy color: '#318160'

red 49 ◦ green 129 ◦ blue 96

#318160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #318160

Tints of Sea Green #318160

RGB

 RED value IS 49 (19.53% from 255) = 17.88%

 GREEN value IS 129 (50.78% from 255) = 47.08%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 17.88%
G = 47.08%
B = 35.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#318160 (or 0x318160) is known color: Sea Green. HEX triplet: 31, 81 and 60. RGB value is (49,129,96). Sum of RGB (Red+Green+Blue) = 49+129+96=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #318160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318160 is #CE7E9F. Grayscale: #656565. Windows color (decimal): -13532832 or 6324529. OLE color: 6324529.

HSL color Cylindrical-coordinate representation of color #318160: hue angle of 155.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318160 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 96 -
CMYK 0.62 0 0.26 0.49
HSL 155.25º 0.45% 0.35% -
HSV(B) 155.25º 0.62% 0.51% -
XYZ 11.23 17.2 13.79 -
YUV 101.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 49 129 96 0.62 0 0.26 0.49 155.25 0.45 0.35
Hex 31 81 60 3E 0 1A 31 9B 2D 23
Octal 61 201 140 76 0 32 61 233 55 43
Binary 110001 10000001 1100000 111110 0 11010 110001 10011011 101101 100011

Color Harmonies of #318160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318160

Black with #318160

Text Example


Text Example

White with #318160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318160; }

 p { color: rgb(49,129,96); }

 H1.HeaderClassName
 {
   color: #318160;
 }
 .AnyTagClassName
 {
   color: #318160;
 }
</style>

background-color css

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

 a { background-color: rgb(49,129,96); }

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

border-color css

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

 span { border-color: rgb(49,129,96); }

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