Html Css Color HEX #316359 Eden

📋 copy color: '#316359'

red 49 ◦ green 99 ◦ blue 89

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

Shades of Eden #316359

Tints of Eden #316359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

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

R = 20.68%
G = 41.77%
B = 37.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#316359 (or 0x316359) is known color: Eden. HEX triplet: 31, 63 and 59. RGB value is (49,99,89). Sum of RGB (Red+Green+Blue) = 49+99+89=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #316359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316359 is #CE9CA6. Grayscale: #525252. Windows color (decimal): -13540519 or 5858097. OLE color: 5858097.

HSL color Cylindrical-coordinate representation of color #316359: hue angle of 168º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316359 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 89 -
CMYK 0.51 0 0.10 0.61
HSL 168º 0.34% 0.29% -
HSV(B) 168º 0.51% 0.39% -
XYZ 7.53 10.3 11.04 -
YUV 82.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 49 99 89 0.51 0 0.10 0.61 168 0.34 0.29
Hex 31 63 59 33 0 A 3D A8 22 1D
Octal 61 143 131 63 0 12 75 250 42 35
Binary 110001 1100011 1011001 110011 0 1010 111101 10101000 100010 11101

Color Harmonies of #316359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316359

Black with #316359

Text Example


Text Example

White with #316359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316359; }

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

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

background-color css

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

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

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

border-color css

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

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

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