Html Css Color HEX #316B60 Eden

📋 copy color: '#316B60'

red 49 ◦ green 107 ◦ blue 96

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

Shades of Eden #316B60

Tints of Eden #316B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 19.44%
G = 42.46%
B = 38.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#316B60 (or 0x316B60) is known color: Eden. HEX triplet: 31, 6B and 60. RGB value is (49,107,96). Sum of RGB (Red+Green+Blue) = 49+107+96=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #316B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B60 is #CE949F. Grayscale: #585858. Windows color (decimal): -13538464 or 6318897. OLE color: 6318897.

HSL color Cylindrical-coordinate representation of color #316B60: hue angle of 168.62º 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 #316B60 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 107 96 -
CMYK 0.54 0 0.10 0.58
HSL 168.62º 0.37% 0.31% -
HSV(B) 168.62º 0.54% 0.42% -
XYZ 8.64 12.01 12.93 -
YUV 88.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 49 107 96 0.54 0 0.10 0.58 168.62 0.37 0.31
Hex 31 6B 60 36 0 A 3A A9 25 1F
Octal 61 153 140 66 0 12 72 251 45 37
Binary 110001 1101011 1100000 110110 0 1010 111010 10101001 100101 11111

Color Harmonies of #316B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B60

Black with #316B60

Text Example


Text Example

White with #316B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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