Html Css Color HEX #31695E Eden

📋 copy color: '#31695E'

red 49 ◦ green 105 ◦ blue 94

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

Shades of Eden #31695E

Tints of Eden #31695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.34%

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 19.76%
G = 42.34%
B = 37.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#31695E (or 0x31695E) is known color: Eden. HEX triplet: 31, 69 and 5E. RGB value is (49,105,94). Sum of RGB (Red+Green+Blue) = 49+105+94=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #31695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31695E is #CE96A1. Grayscale: #565656. Windows color (decimal): -13538978 or 6187313. OLE color: 6187313.

HSL color Cylindrical-coordinate representation of color #31695E: hue angle of 168.21º 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 #31695E is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 105 94 -
CMYK 0.53 0 0.10 0.59
HSL 168.21º 0.36% 0.3% -
HSV(B) 168.21º 0.53% 0.41% -
XYZ 8.34 11.56 12.38 -
YUV 87 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 49 105 94 0.53 0 0.10 0.59 168.21 0.36 0.3
Hex 31 69 5E 35 0 A 3B A8 24 1E
Octal 61 151 136 65 0 12 73 250 44 36
Binary 110001 1101001 1011110 110101 0 1010 111011 10101000 100100 11110

Color Harmonies of #31695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31695E

Black with #31695E

Text Example


Text Example

White with #31695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31695E; }

 p { color: rgb(49,105,94); }

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

background-color css

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

 a { background-color: rgb(49,105,94); }

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

border-color css

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

 span { border-color: rgb(49,105,94); }

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