Html Css Color HEX #316559 Eden

📋 copy color: '#316559'

red 49 ◦ green 101 ◦ blue 89

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

Shades of Eden #316559

Tints of Eden #316559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

 BLUE value IS 89 (35.16% from 255) = 37.24%

R = 20.5%
G = 42.26%
B = 37.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#316559 (or 0x316559) is known color: Eden. HEX triplet: 31, 65 and 59. RGB value is (49,101,89). Sum of RGB (Red+Green+Blue) = 49+101+89=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #316559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316559 is #CE9AA6. Grayscale: #545454. Windows color (decimal): -13540007 or 5858609. OLE color: 5858609.

HSL color Cylindrical-coordinate representation of color #316559: hue angle of 166.15º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316559 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 89 -
CMYK 0.51 0 0.12 0.60
HSL 166.15º 0.35% 0.29% -
HSV(B) 166.15º 0.51% 0.4% -
XYZ 7.72 10.68 11.11 -
YUV 84.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 49 101 89 0.51 0 0.12 0.60 166.15 0.35 0.29
Hex 31 65 59 33 0 C 3C A6 23 1D
Octal 61 145 131 63 0 14 74 246 43 35
Binary 110001 1100101 1011001 110011 0 1100 111100 10100110 100011 11101

Color Harmonies of #316559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316559

Black with #316559

Text Example


Text Example

White with #316559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316559; }

 p { color: rgb(49,101,89); }

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

background-color css

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

 a { background-color: rgb(49,101,89); }

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

border-color css

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

 span { border-color: rgb(49,101,89); }

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