Html Css Color HEX #316357 Eden

📋 copy color: '#316357'

red 49 ◦ green 99 ◦ blue 87

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

Shades of Eden #316357

Tints of Eden #316357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.13%

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

R = 20.85%
G = 42.13%
B = 37.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#316357 (or 0x316357) is known color: Eden. HEX triplet: 31, 63 and 57. RGB value is (49,99,87). Sum of RGB (Red+Green+Blue) = 49+99+87=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #316357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316357 is #CE9CA8. Grayscale: #525252. Windows color (decimal): -13540521 or 5727025. OLE color: 5727025.

HSL color Cylindrical-coordinate representation of color #316357: hue angle of 165.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316357 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 87 -
CMYK 0.51 0 0.12 0.61
HSL 165.6º 0.34% 0.29% -
HSV(B) 165.6º 0.51% 0.39% -
XYZ 7.45 10.26 10.61 -
YUV 82.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 49 99 87 0.51 0 0.12 0.61 165.6 0.34 0.29
Hex 31 63 57 33 0 C 3D A6 22 1D
Octal 61 143 127 63 0 14 75 246 42 35
Binary 110001 1100011 1010111 110011 0 1100 111101 10100110 100010 11101

Color Harmonies of #316357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316357

Black with #316357

Text Example


Text Example

White with #316357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316357; }

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

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

background-color css

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

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

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

border-color css

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

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

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