#467360

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

Shades of Como #467360

Tints of Como #467360

Color information

#467360 (or 0x467360) is unknown color: approx Como. HEX triplet: 46, 73 and 60. RGB value is (70,115,96). Sum of RGB (Red+Green+Blue) = 70+115+96=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #467360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467360 is #B98C9F. Grayscale: #636363. Windows color (decimal): -12160160 or 6320966. OLE color: 6320966.

HSL color Cylindrical-coordinate representation of color #467360: hue angle of 154.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467360 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB7011596-
CMYK0.3900.170.55
HSL154.67º24.32%36.27%-
HSV(B)154.67º39.13%45.1%-
XYZ10.7714.4113.28-
YUV99.38126.09107.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=24.91%
G=40.93%
B=34.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115960.3900.170.55154.6724.3236.27
Hex46736027011379b1824
Octal10616314047021672333044
Binary1000110111001111000001001110100011101111001101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467360; }

 p { color: rgb(70,115,96); }

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

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

 a { background-color: rgb(70,115,96); }

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

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

 span { border-color: rgb(70,115,96); }

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