Html Css Color HEX #31635B Eden

📋 copy color: '#31635B'

red 49 ◦ green 99 ◦ blue 91

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

Shades of Eden #31635B

Tints of Eden #31635B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.42%

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

R = 20.5%
G = 41.42%
B = 38.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#31635B (or 0x31635B) is known color: Eden. HEX triplet: 31, 63 and 5B. RGB value is (49,99,91). Sum of RGB (Red+Green+Blue) = 49+99+91=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #31635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31635B is #CE9CA4. Grayscale: #535353. Windows color (decimal): -13540517 or 5989169. OLE color: 5989169.

HSL color Cylindrical-coordinate representation of color #31635B: hue angle of 170.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31635B is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 91 -
CMYK 0.51 0 0.08 0.61
HSL 170.4º 0.34% 0.29% -
HSV(B) 170.4º 0.51% 0.39% -
XYZ 7.62 10.33 11.49 -
YUV 83.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 49 99 91 0.51 0 0.08 0.61 170.4 0.34 0.29
Hex 31 63 5B 33 0 8 3D AA 22 1D
Octal 61 143 133 63 0 10 75 252 42 35
Binary 110001 1100011 1011011 110011 0 1000 111101 10101010 100010 11101

Color Harmonies of #31635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31635B

Black with #31635B

Text Example


Text Example

White with #31635B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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