Html Css Color HEX #316E5E Eden

📋 copy color: '#316E5E'

red 49 ◦ green 110 ◦ blue 94

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

Shades of Eden #316E5E

Tints of Eden #316E5E

RGB

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

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

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

R = 19.37%
G = 43.48%
B = 37.15%

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

#316E5E (or 0x316E5E) is known color: Eden. HEX triplet: 31, 6E and 5E. RGB value is (49,110,94). Sum of RGB (Red+Green+Blue) = 49+110+94=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #316E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E5E is #CE91A1. Grayscale: #595959. Windows color (decimal): -13537698 or 6188593. OLE color: 6188593.

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

Color convert

RGB 49 110 94 -
CMYK 0.55 0 0.15 0.57
HSL 164.26º 0.38% 0.31% -
HSV(B) 164.26º 0.55% 0.43% -
XYZ 8.86 12.61 12.56 -
YUV 89.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 49 110 94 0.55 0 0.15 0.57 164.26 0.38 0.31
Hex 31 6E 5E 37 0 F 39 A4 26 1F
Octal 61 156 136 67 0 17 71 244 46 37
Binary 110001 1101110 1011110 110111 0 1111 111001 10100100 100110 11111

Color Harmonies of #316E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E5E

Black with #316E5E

Text Example


Text Example

White with #316E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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