#46875F

Color #46875F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #46875F

Tints of Como #46875F

Color information

#46875F (or 0x46875F) is unknown color: approx Como. HEX triplet: 46, 87 and 5F. RGB value is (70,135,95). Sum of RGB (Red+Green+Blue) = 70+135+95=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #46875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46875F is #B978A0. Grayscale: #6F6F6F. Windows color (decimal): -12155041 or 6260550. OLE color: 6260550.

HSL color Cylindrical-coordinate representation of color #46875F: hue angle of 143.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46875F is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB7013595-
CMYK0.4800.300.47
HSL143.08º31.71%40.2%-
HSV(B)143.08º48.15%52.94%-
XYZ13.2619.4613.88-
YUV111118.9798.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=23.33%
G=45%
B=31.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70135950.4800.300.47143.0831.7140.2
Hex46875F3001E2F8f2028
Octal10620713760036572174050
Binary100011010000111101111111000001111010111110001111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46875F; }

 p { color: rgb(70,135,95); }

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

<style>
 a { background-color: #46875F; }

 a { background-color: rgb(70,135,95); }

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

<style>
 span { border-color: #46875F; }

 span { border-color: rgb(70,135,95); }

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