Html Css Color HEX #31665E Eden

📋 copy color: '#31665E'

red 49 ◦ green 102 ◦ blue 94

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

Shades of Eden #31665E

Tints of Eden #31665E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.37%

R = 20%
G = 41.63%
B = 38.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#31665E (or 0x31665E) is known color: Eden. HEX triplet: 31, 66 and 5E. RGB value is (49,102,94). Sum of RGB (Red+Green+Blue) = 49+102+94=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #31665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31665E is #CE99A1. Grayscale: #555555. Windows color (decimal): -13539746 or 6186545. OLE color: 6186545.

HSL color Cylindrical-coordinate representation of color #31665E: hue angle of 170.94º 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 #31665E is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 94 -
CMYK 0.52 0 0.08 0.6
HSL 170.94º 0.35% 0.3% -
HSV(B) 170.94º 0.52% 0.4% -
XYZ 8.04 10.96 12.28 -
YUV 85.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 49 102 94 0.52 0 0.08 0.6 170.94 0.35 0.3
Hex 31 66 5E 34 0 8 3C AB 23 1E
Octal 61 146 136 64 0 10 74 253 43 36
Binary 110001 1100110 1011110 110100 0 1000 111100 10101011 100011 11110

Color Harmonies of #31665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31665E

Black with #31665E

Text Example


Text Example

White with #31665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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