Html Css Color HEX #316057 Eden

📋 copy color: '#316057'

red 49 ◦ green 96 ◦ blue 87

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

Shades of Eden #316057

Tints of Eden #316057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.5%

R = 21.12%
G = 41.38%
B = 37.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#316057 (or 0x316057) is known color: Eden. HEX triplet: 31, 60 and 57. RGB value is (49,96,87). Sum of RGB (Red+Green+Blue) = 49+96+87=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #316057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316057 is #CE9FA8. Grayscale: #505050. Windows color (decimal): -13541289 or 5726257. OLE color: 5726257.

HSL color Cylindrical-coordinate representation of color #316057: hue angle of 168.51º 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 #316057 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 87 -
CMYK 0.49 0 0.09 0.62
HSL 168.51º 0.32% 0.28% -
HSV(B) 168.51º 0.49% 0.38% -
XYZ 7.17 9.71 10.51 -
YUV 80.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 49 96 87 0.49 0 0.09 0.62 168.51 0.32 0.28
Hex 31 60 57 31 0 9 3E A9 20 1C
Octal 61 140 127 61 0 11 76 251 40 34
Binary 110001 1100000 1010111 110001 0 1001 111110 10101001 100000 11100

Color Harmonies of #316057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316057

Black with #316057

Text Example


Text Example

White with #316057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316057; }

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

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

background-color css

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

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

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

border-color css

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

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

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