Html Css Color HEX #316B59 Eden

📋 copy color: '#316B59'

red 49 ◦ green 107 ◦ blue 89

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

Shades of Eden #316B59

Tints of Eden #316B59

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.67%

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

R = 20%
G = 43.67%
B = 36.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#316B59 (or 0x316B59) is known color: Eden. HEX triplet: 31, 6B and 59. RGB value is (49,107,89). Sum of RGB (Red+Green+Blue) = 49+107+89=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #316B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B59 is #CE94A6. Grayscale: #575757. Windows color (decimal): -13538471 or 5860145. OLE color: 5860145.

HSL color Cylindrical-coordinate representation of color #316B59: hue angle of 161.38º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B59 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 107 89 -
CMYK 0.54 0 0.17 0.58
HSL 161.38º 0.37% 0.31% -
HSV(B) 161.38º 0.54% 0.42% -
XYZ 8.33 11.89 11.31 -
YUV 87.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 49 107 89 0.54 0 0.17 0.58 161.38 0.37 0.31
Hex 31 6B 59 36 0 11 3A A1 25 1F
Octal 61 153 131 66 0 21 72 241 45 37
Binary 110001 1101011 1011001 110110 0 10001 111010 10100001 100101 11111

Color Harmonies of #316B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B59

Black with #316B59

Text Example


Text Example

White with #316B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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