Html Css Color HEX #316158 Eden

📋 copy color: '#316158'

red 49 ◦ green 97 ◦ blue 88

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

Shades of Eden #316158

Tints of Eden #316158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

 BLUE value IS 88 (34.77% from 255) = 37.61%

R = 20.94%
G = 41.45%
B = 37.61%

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

#316158 (or 0x316158) is known color: Eden. HEX triplet: 31, 61 and 58. RGB value is (49,97,88). Sum of RGB (Red+Green+Blue) = 49+97+88=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #316158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316158 is #CE9EA7. Grayscale: #515151. Windows color (decimal): -13541032 or 5792049. OLE color: 5792049.

HSL color Cylindrical-coordinate representation of color #316158: hue angle of 168.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316158 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 88 -
CMYK 0.49 0 0.09 0.62
HSL 168.75º 0.33% 0.29% -
HSV(B) 168.75º 0.49% 0.38% -
XYZ 7.3 9.91 10.76 -
YUV 81.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 49 97 88 0.49 0 0.09 0.62 168.75 0.33 0.29
Hex 31 61 58 31 0 9 3E A9 21 1D
Octal 61 141 130 61 0 11 76 251 41 35
Binary 110001 1100001 1011000 110001 0 1001 111110 10101001 100001 11101

Color Harmonies of #316158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316158

Black with #316158

Text Example


Text Example

White with #316158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316158; }

 p { color: rgb(49,97,88); }

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

background-color css

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

 a { background-color: rgb(49,97,88); }

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

border-color css

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

 span { border-color: rgb(49,97,88); }

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