Html Css Color HEX #31705D Eden

📋 copy color: '#31705D'

red 49 ◦ green 112 ◦ blue 93

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

Shades of Eden #31705D

Tints of Eden #31705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

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

R = 19.29%
G = 44.09%
B = 36.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#31705D (or 0x31705D) is known color: Eden. HEX triplet: 31, 70 and 5D. RGB value is (49,112,93). Sum of RGB (Red+Green+Blue) = 49+112+93=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #31705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31705D is #CE8FA2. Grayscale: #5B5B5B. Windows color (decimal): -13537187 or 6123569. OLE color: 6123569.

HSL color Cylindrical-coordinate representation of color #31705D: hue angle of 161.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31705D is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 93 -
CMYK 0.56 0 0.17 0.56
HSL 161.9º 0.39% 0.32% -
HSV(B) 161.9º 0.56% 0.44% -
XYZ 9.04 13.03 12.4 -
YUV 91 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 49 112 93 0.56 0 0.17 0.56 161.9 0.39 0.32
Hex 31 70 5D 38 0 11 38 A2 27 20
Octal 61 160 135 70 0 21 70 242 47 40
Binary 110001 1110000 1011101 111000 0 10001 111000 10100010 100111 100000

Color Harmonies of #31705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31705D

Black with #31705D

Text Example


Text Example

White with #31705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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