Html Css Color HEX #316656 Eden

📋 copy color: '#316656'

red 49 ◦ green 102 ◦ blue 86

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

Shades of Eden #316656

Tints of Eden #316656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

 BLUE value IS 86 (33.98% from 255) = 36.29%

R = 20.68%
G = 43.04%
B = 36.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#316656 (or 0x316656) is known color: Eden. HEX triplet: 31, 66 and 56. RGB value is (49,102,86). Sum of RGB (Red+Green+Blue) = 49+102+86=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #316656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316656 is #CE99A9. Grayscale: #545454. Windows color (decimal): -13539754 or 5662257. OLE color: 5662257.

HSL color Cylindrical-coordinate representation of color #316656: hue angle of 161.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316656 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 86 -
CMYK 0.52 0 0.16 0.6
HSL 161.89º 0.35% 0.3% -
HSV(B) 161.89º 0.52% 0.4% -
XYZ 7.7 10.83 10.49 -
YUV 84.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 49 102 86 0.52 0 0.16 0.6 161.89 0.35 0.3
Hex 31 66 56 34 0 10 3C A2 23 1E
Octal 61 146 126 64 0 20 74 242 43 36
Binary 110001 1100110 1010110 110100 0 10000 111100 10100010 100011 11110

Color Harmonies of #316656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316656

Black with #316656

Text Example


Text Example

White with #316656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316656; }

 p { color: rgb(49,102,86); }

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

background-color css

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

 a { background-color: rgb(49,102,86); }

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

border-color css

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

 span { border-color: rgb(49,102,86); }

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