Html Css Color HEX #316C5D Eden

📋 copy color: '#316C5D'

red 49 ◦ green 108 ◦ blue 93

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

Shades of Eden #316C5D

Tints of Eden #316C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.2%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 19.6%
G = 43.2%
B = 37.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#316C5D (or 0x316C5D) is known color: Eden. HEX triplet: 31, 6C and 5D. RGB value is (49,108,93). Sum of RGB (Red+Green+Blue) = 49+108+93=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #316C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C5D is #CE93A2. Grayscale: #585858. Windows color (decimal): -13538211 or 6122545. OLE color: 6122545.

HSL color Cylindrical-coordinate representation of color #316C5D: hue angle of 164.75º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C5D is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 108 93 -
CMYK 0.55 0 0.14 0.58
HSL 164.75º 0.38% 0.31% -
HSV(B) 164.75º 0.55% 0.42% -
XYZ 8.6 12.17 12.25 -
YUV 88.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 49 108 93 0.55 0 0.14 0.58 164.75 0.38 0.31
Hex 31 6C 5D 37 0 E 3A A5 26 1F
Octal 61 154 135 67 0 16 72 245 46 37
Binary 110001 1101100 1011101 110111 0 1110 111010 10100101 100110 11111

Color Harmonies of #316C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C5D

Black with #316C5D

Text Example


Text Example

White with #316C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316C5D; }

 p { color: rgb(49,108,93); }

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

background-color css

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

 a { background-color: rgb(49,108,93); }

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

border-color css

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

 span { border-color: rgb(49,108,93); }

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