Html Css Color HEX #316059 Eden

📋 copy color: '#316059'

red 49 ◦ green 96 ◦ blue 89

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

Shades of Eden #316059

Tints of Eden #316059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 20.94%
G = 41.03%
B = 38.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#316059 (or 0x316059) is known color: Eden. HEX triplet: 31, 60 and 59. RGB value is (49,96,89). Sum of RGB (Red+Green+Blue) = 49+96+89=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #316059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316059 is #CE9FA6. Grayscale: #515151. Windows color (decimal): -13541287 or 5857329. OLE color: 5857329.

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

Color convert

RGB 49 96 89 -
CMYK 0.49 0 0.07 0.62
HSL 171.06º 0.32% 0.28% -
HSV(B) 171.06º 0.49% 0.38% -
XYZ 7.25 9.74 10.95 -
YUV 81.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 49 96 89 0.49 0 0.07 0.62 171.06 0.32 0.28
Hex 31 60 59 31 0 7 3E AB 20 1C
Octal 61 140 131 61 0 7 76 253 40 34
Binary 110001 1100000 1011001 110001 0 111 111110 10101011 100000 11100

Color Harmonies of #316059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316059

Black with #316059

Text Example


Text Example

White with #316059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316059; }

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

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

background-color css

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

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

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

border-color css

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

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

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