#31654D

Color #31654D Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #31654D

Tints of Spectra #31654D

Color information

#31654D (or 0x31654D) is unknown color: approx Spectra. HEX triplet: 31, 65 and 4D. RGB value is (49,101,77). Sum of RGB (Red+Green+Blue) = 49+101+77=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #31654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31654D is #CE9AB2. Grayscale: #525252. Windows color (decimal): -13540019 or 5072177. OLE color: 5072177.

HSL color Cylindrical-coordinate representation of color #31654D: hue angle of 152.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 #31654D is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB4910177-
CMYK0.5100.240.60
HSL152.31º34.67%29.41%-
HSV(B)152.31º51.49%39.61%-
XYZ7.2610.58.66-
YUV82.72124.77103.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=21.59%
G=44.49%
B=33.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101770.5100.240.60152.3134.6729.41
Hex31654D330183C98231d
Octal6114511563030742304335
Binary110001110010110011011100110110001111001001100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31654D; }

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

 H1.HeaderClassName
 {
   color: #31654D;
 }
 .AnyTagClassName
 {
   color: #31654D;
 }
</style>
background-color css

<style>
 a { background-color: #31654D; }

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

 div.DivClassName
 {
   background-color: #31654D;
 }
 .BgClassName
 {
   background-color: #31654D;
 }
</style>
border-color css

<style>
 span { border-color: #31654D; }

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

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