#467561

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

Shades of Como #467561

Tints of Como #467561

Color information

#467561 (or 0x467561) is unknown color: approx Como. HEX triplet: 46, 75 and 61. RGB value is (70,117,97). Sum of RGB (Red+Green+Blue) = 70+117+97=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #467561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467561 is #B98A9E. Grayscale: #646464. Windows color (decimal): -12159647 or 6387014. OLE color: 6387014.

HSL color Cylindrical-coordinate representation of color #467561: hue angle of 154.47º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467561 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB7011797-
CMYK0.4000.170.54
HSL154.47º25.13%36.67%-
HSV(B)154.47º40.17%45.88%-
XYZ11.0414.8913.6-
YUV100.67125.93106.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=24.65%
G=41.20%
B=34.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117970.4000.170.54154.4725.1336.67
Hex46756128011369a1925
Octal10616514150021662323145
Binary1000110111010111000011010000100011101101001101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467561; }

 p { color: rgb(70,117,97); }

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

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

 a { background-color: rgb(70,117,97); }

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

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

 span { border-color: rgb(70,117,97); }

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