Html Css Color HEX #316159 Eden

📋 copy color: '#316159'

red 49 ◦ green 97 ◦ blue 89

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

Shades of Eden #316159

Tints of Eden #316159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

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

R = 20.85%
G = 41.28%
B = 37.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#316159 (or 0x316159) is known color: Eden. HEX triplet: 31, 61 and 59. RGB value is (49,97,89). Sum of RGB (Red+Green+Blue) = 49+97+89=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #316159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316159 is #CE9EA6. Grayscale: #515151. Windows color (decimal): -13541031 or 5857585. OLE color: 5857585.

HSL color Cylindrical-coordinate representation of color #316159: hue angle of 170º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316159 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 89 -
CMYK 0.49 0 0.08 0.62
HSL 170º 0.33% 0.29% -
HSV(B) 170º 0.49% 0.38% -
XYZ 7.34 9.92 10.98 -
YUV 81.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 49 97 89 0.49 0 0.08 0.62 170 0.33 0.29
Hex 31 61 59 31 0 8 3E AA 21 1D
Octal 61 141 131 61 0 10 76 252 41 35
Binary 110001 1100001 1011001 110001 0 1000 111110 10101010 100001 11101

Color Harmonies of #316159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316159

Black with #316159

Text Example


Text Example

White with #316159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316159; }

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

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

background-color css

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

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

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

border-color css

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

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

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