Html Css Color HEX #316E5D Eden

📋 copy color: '#316E5D'

red 49 ◦ green 110 ◦ blue 93

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

Shades of Eden #316E5D

Tints of Eden #316E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.65%

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

R = 19.44%
G = 43.65%
B = 36.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#316E5D (or 0x316E5D) is known color: Eden. HEX triplet: 31, 6E and 5D. RGB value is (49,110,93). Sum of RGB (Red+Green+Blue) = 49+110+93=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #316E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E5D is #CE91A2. Grayscale: #595959. Windows color (decimal): -13537699 or 6123057. OLE color: 6123057.

HSL color Cylindrical-coordinate representation of color #316E5D: hue angle of 163.28º 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 #316E5D is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 110 93 -
CMYK 0.55 0 0.15 0.57
HSL 163.28º 0.38% 0.31% -
HSV(B) 163.28º 0.55% 0.43% -
XYZ 8.82 12.6 12.32 -
YUV 89.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 49 110 93 0.55 0 0.15 0.57 163.28 0.38 0.31
Hex 31 6E 5D 37 0 F 39 A3 26 1F
Octal 61 156 135 67 0 17 71 243 46 37
Binary 110001 1101110 1011101 110111 0 1111 111001 10100011 100110 11111

Color Harmonies of #316E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E5D

Black with #316E5D

Text Example


Text Example

White with #316E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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