Html Css Color HEX #31685D Eden

📋 copy color: '#31685D'

red 49 ◦ green 104 ◦ blue 93

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

Shades of Eden #31685D

Tints of Eden #31685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.28%

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 19.92%
G = 42.28%
B = 37.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#31685D (or 0x31685D) is known color: Eden. HEX triplet: 31, 68 and 5D. RGB value is (49,104,93). Sum of RGB (Red+Green+Blue) = 49+104+93=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #31685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31685D is #CE97A2. Grayscale: #565656. Windows color (decimal): -13539235 or 6121521. OLE color: 6121521.

HSL color Cylindrical-coordinate representation of color #31685D: hue angle of 168º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31685D is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 93 -
CMYK 0.53 0 0.11 0.59
HSL 168º 0.36% 0.3% -
HSV(B) 168º 0.53% 0.41% -
XYZ 8.19 11.34 12.11 -
YUV 86.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 49 104 93 0.53 0 0.11 0.59 168 0.36 0.3
Hex 31 68 5D 35 0 B 3B A8 24 1E
Octal 61 150 135 65 0 13 73 250 44 36
Binary 110001 1101000 1011101 110101 0 1011 111011 10101000 100100 11110

Color Harmonies of #31685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31685D

Black with #31685D

Text Example


Text Example

White with #31685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31685D; }

 p { color: rgb(49,104,93); }

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

background-color css

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

 a { background-color: rgb(49,104,93); }

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

border-color css

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

 span { border-color: rgb(49,104,93); }

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