Html Css Color HEX #316A60 Eden

📋 copy color: '#316A60'

red 49 ◦ green 106 ◦ blue 96

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

Shades of Eden #316A60

Tints of Eden #316A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.23%

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

R = 19.52%
G = 42.23%
B = 38.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#316A60 (or 0x316A60) is known color: Eden. HEX triplet: 31, 6A and 60. RGB value is (49,106,96). Sum of RGB (Red+Green+Blue) = 49+106+96=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #316A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A60 is #CE959F. Grayscale: #575757. Windows color (decimal): -13538720 or 6318641. OLE color: 6318641.

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

Color convert

RGB 49 106 96 -
CMYK 0.54 0 0.09 0.58
HSL 169.47º 0.37% 0.3% -
HSV(B) 169.47º 0.54% 0.42% -
XYZ 8.53 11.81 12.9 -
YUV 87.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 49 106 96 0.54 0 0.09 0.58 169.47 0.37 0.3
Hex 31 6A 60 36 0 9 3A A9 25 1E
Octal 61 152 140 66 0 11 72 251 45 36
Binary 110001 1101010 1100000 110110 0 1001 111010 10101001 100101 11110

Color Harmonies of #316A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A60

Black with #316A60

Text Example


Text Example

White with #316A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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