Html Css Color HEX #31655A Eden

📋 copy color: '#31655A'

red 49 ◦ green 101 ◦ blue 90

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

Shades of Eden #31655A

Tints of Eden #31655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 20.42%
G = 42.08%
B = 37.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#31655A (or 0x31655A) is known color: Eden. HEX triplet: 31, 65 and 5A. RGB value is (49,101,90). Sum of RGB (Red+Green+Blue) = 49+101+90=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #31655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31655A is #CE9AA5. Grayscale: #545454. Windows color (decimal): -13540006 or 5924145. OLE color: 5924145.

HSL color Cylindrical-coordinate representation of color #31655A: hue angle of 167.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31655A is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 90 -
CMYK 0.51 0 0.11 0.60
HSL 167.31º 0.35% 0.29% -
HSV(B) 167.31º 0.51% 0.4% -
XYZ 7.77 10.7 11.33 -
YUV 84.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 49 101 90 0.51 0 0.11 0.60 167.31 0.35 0.29
Hex 31 65 5A 33 0 B 3C A7 23 1D
Octal 61 145 132 63 0 13 74 247 43 35
Binary 110001 1100101 1011010 110011 0 1011 111100 10100111 100011 11101

Color Harmonies of #31655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31655A

Black with #31655A

Text Example


Text Example

White with #31655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31655A; }

 p { color: rgb(49,101,90); }

 H1.HeaderClassName
 {
   color: #31655A;
 }
 .AnyTagClassName
 {
   color: #31655A;
 }
</style>

background-color css

<style>
 a { background-color: #31655A; }

 a { background-color: rgb(49,101,90); }

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

border-color css

<style>
 span { border-color: #31655A; }

 span { border-color: rgb(49,101,90); }

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