Html Css Color HEX #31615B Eden

📋 copy color: '#31615B'

red 49 ◦ green 97 ◦ blue 91

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

Shades of Eden #31615B

Tints of Eden #31615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 20.68%
G = 40.93%
B = 38.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#31615B (or 0x31615B) is known color: Eden. HEX triplet: 31, 61 and 5B. RGB value is (49,97,91). Sum of RGB (Red+Green+Blue) = 49+97+91=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #31615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31615B is #CE9EA4. Grayscale: #515151. Windows color (decimal): -13541029 or 5988657. OLE color: 5988657.

HSL color Cylindrical-coordinate representation of color #31615B: hue angle of 172.5º 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 #31615B is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 91 -
CMYK 0.49 0 0.06 0.62
HSL 172.5º 0.33% 0.29% -
HSV(B) 172.5º 0.49% 0.38% -
XYZ 7.43 9.96 11.43 -
YUV 81.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 49 97 91 0.49 0 0.06 0.62 172.5 0.33 0.29
Hex 31 61 5B 31 0 6 3E AC 21 1D
Octal 61 141 133 61 0 6 76 254 41 35
Binary 110001 1100001 1011011 110001 0 110 111110 10101100 100001 11101

Color Harmonies of #31615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31615B

Black with #31615B

Text Example


Text Example

White with #31615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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