Html Css Color HEX #31615C Eden

📋 copy color: '#31615C'

red 49 ◦ green 97 ◦ blue 92

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

Shades of Eden #31615C

Tints of Eden #31615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.66%

R = 20.59%
G = 40.76%
B = 38.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#31615C (or 0x31615C) is known color: Eden. HEX triplet: 31, 61 and 5C. RGB value is (49,97,92). Sum of RGB (Red+Green+Blue) = 49+97+92=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #31615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31615C is #CE9EA3. Grayscale: #525252. Windows color (decimal): -13541028 or 6054193. OLE color: 6054193.

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

Color convert

RGB 49 97 92 -
CMYK 0.49 0 0.05 0.62
HSL 173.75º 0.33% 0.29% -
HSV(B) 173.75º 0.49% 0.38% -
XYZ 7.47 9.98 11.66 -
YUV 82.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 49 97 92 0.49 0 0.05 0.62 173.75 0.33 0.29
Hex 31 61 5C 31 0 5 3E AE 21 1D
Octal 61 141 134 61 0 5 76 256 41 35
Binary 110001 1100001 1011100 110001 0 101 111110 10101110 100001 11101

Color Harmonies of #31615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31615C

Black with #31615C

Text Example


Text Example

White with #31615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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