Html Css Color HEX #31665B Eden

📋 copy color: '#31665B'

red 49 ◦ green 102 ◦ blue 91

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

Shades of Eden #31665B

Tints of Eden #31665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.15%

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

R = 20.25%
G = 42.15%
B = 37.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#31665B (or 0x31665B) is known color: Eden. HEX triplet: 31, 66 and 5B. RGB value is (49,102,91). Sum of RGB (Red+Green+Blue) = 49+102+91=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #31665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31665B is #CE99A4. Grayscale: #545454. Windows color (decimal): -13539749 or 5989937. OLE color: 5989937.

HSL color Cylindrical-coordinate representation of color #31665B: hue angle of 167.55º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31665B is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 91 -
CMYK 0.52 0 0.11 0.6
HSL 167.55º 0.35% 0.3% -
HSV(B) 167.55º 0.52% 0.4% -
XYZ 7.91 10.91 11.59 -
YUV 84.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 49 102 91 0.52 0 0.11 0.6 167.55 0.35 0.3
Hex 31 66 5B 34 0 B 3C A8 23 1E
Octal 61 146 133 64 0 13 74 250 43 36
Binary 110001 1100110 1011011 110100 0 1011 111100 10101000 100011 11110

Color Harmonies of #31665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31665B

Black with #31665B

Text Example


Text Example

White with #31665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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