Html Css Color HEX #317F5F Sea Green

📋 copy color: '#317F5F'

red 49 ◦ green 127 ◦ blue 95

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

Shades of Sea Green #317F5F

Tints of Sea Green #317F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 18.08%
G = 46.86%
B = 35.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#317F5F (or 0x317F5F) is known color: Sea Green. HEX triplet: 31, 7F and 5F. RGB value is (49,127,95). Sum of RGB (Red+Green+Blue) = 49+127+95=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #317F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F5F is #CE80A0. Grayscale: #646464. Windows color (decimal): -13533345 or 6258481. OLE color: 6258481.

HSL color Cylindrical-coordinate representation of color #317F5F: hue angle of 155.38º 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 #317F5F is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 127 95 -
CMYK 0.61 0 0.25 0.50
HSL 155.38º 0.44% 0.35% -
HSV(B) 155.38º 0.61% 0.5% -
XYZ 10.92 16.66 13.47 -
YUV 100.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 49 127 95 0.61 0 0.25 0.50 155.38 0.44 0.35
Hex 31 7F 5F 3D 0 19 32 9B 2C 23
Octal 61 177 137 75 0 31 62 233 54 43
Binary 110001 1111111 1011111 111101 0 11001 110010 10011011 101100 100011

Color Harmonies of #317F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F5F

Black with #317F5F

Text Example


Text Example

White with #317F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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