#31634D

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

Shades of Spectra #31634D

Tints of Spectra #31634D

Color information

#31634D (or 0x31634D) is unknown color: approx Spectra. HEX triplet: 31, 63 and 4D. RGB value is (49,99,77). Sum of RGB (Red+Green+Blue) = 49+99+77=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #31634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31634D is #CE9CB2. Grayscale: #515151. Windows color (decimal): -13540531 or 5071665. OLE color: 5071665.

HSL color Cylindrical-coordinate representation of color #31634D: hue angle of 153.6º 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 #31634D is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB499977-
CMYK0.5100.220.61
HSL153.6º33.78%29.02%-
HSV(B)153.6º50.51%38.82%-
XYZ7.0710.118.6-
YUV81.54125.44104.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=21.78%
G=44%
B=34.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999770.5100.220.61153.633.7829.02
Hex31634D330163D9a221d
Octal6114311563026752324235
Binary110001110001110011011100110101101111011001101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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