Html Css Color HEX #317F5E Sea Green

📋 copy color: '#317F5E'

red 49 ◦ green 127 ◦ blue 94

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

Shades of Sea Green #317F5E

Tints of Sea Green #317F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 47.04%

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 18.15%
G = 47.04%
B = 34.81%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#317F5E (or 0x317F5E) is known color: Sea Green. HEX triplet: 31, 7F and 5E. RGB value is (49,127,94). Sum of RGB (Red+Green+Blue) = 49+127+94=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #317F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F5E is #CE80A1. Grayscale: #636363. Windows color (decimal): -13533346 or 6192945. OLE color: 6192945.

HSL color Cylindrical-coordinate representation of color #317F5E: hue angle of 154.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F5E is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 127 94 -
CMYK 0.61 0 0.26 0.50
HSL 154.62º 0.44% 0.35% -
HSV(B) 154.62º 0.61% 0.5% -
XYZ 10.88 16.64 13.23 -
YUV 99.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 49 127 94 0.61 0 0.26 0.50 154.62 0.44 0.35
Hex 31 7F 5E 3D 0 1A 32 9B 2C 23
Octal 61 177 136 75 0 32 62 233 54 43
Binary 110001 1111111 1011110 111101 0 11010 110010 10011011 101100 100011

Color Harmonies of #317F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F5E

Black with #317F5E

Text Example


Text Example

White with #317F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317F5E; }

 p { color: rgb(49,127,94); }

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

background-color css

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

 a { background-color: rgb(49,127,94); }

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

border-color css

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

 span { border-color: rgb(49,127,94); }

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