#31634B

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

Shades of Spectra #31634B

Tints of Spectra #31634B

Color information

#31634B (or 0x31634B) is unknown color: approx Spectra. HEX triplet: 31, 63 and 4B. RGB value is (49,99,75). Sum of RGB (Red+Green+Blue) = 49+99+75=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #31634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31634B is #CE9CB4. Grayscale: #515151. Windows color (decimal): -13540533 or 4940593. OLE color: 4940593.

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

Color convert

RGB499975-
CMYK0.5100.240.61
HSL151.2º33.78%29.02%-
HSV(B)151.2º50.51%38.82%-
XYZ710.088.23-
YUV81.31124.44104.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=21.97%
G=44.39%
B=33.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999750.5100.240.61151.233.7829.02
Hex31634B330183D97221d
Octal6114311363030752274235
Binary110001110001110010111100110110001111011001011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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