Html Css Color HEX #316D5E Eden

📋 copy color: '#316D5E'

red 49 ◦ green 109 ◦ blue 94

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

Shades of Eden #316D5E

Tints of Eden #316D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.25%

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

R = 19.44%
G = 43.25%
B = 37.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#316D5E (or 0x316D5E) is known color: Eden. HEX triplet: 31, 6D and 5E. RGB value is (49,109,94). Sum of RGB (Red+Green+Blue) = 49+109+94=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #316D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D5E is #CE92A1. Grayscale: #595959. Windows color (decimal): -13537954 or 6188337. OLE color: 6188337.

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

Color convert

RGB 49 109 94 -
CMYK 0.55 0 0.14 0.57
HSL 165º 0.38% 0.31% -
HSV(B) 165º 0.55% 0.43% -
XYZ 8.76 12.4 12.52 -
YUV 89.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 49 109 94 0.55 0 0.14 0.57 165 0.38 0.31
Hex 31 6D 5E 37 0 E 39 A5 26 1F
Octal 61 155 136 67 0 16 71 245 46 37
Binary 110001 1101101 1011110 110111 0 1110 111001 10100101 100110 11111

Color Harmonies of #316D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D5E

Black with #316D5E

Text Example


Text Example

White with #316D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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