#467058

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

Shades of Como #467058

Tints of Como #467058

Color information

#467058 (or 0x467058) is unknown color: approx Como. HEX triplet: 46, 70 and 58. RGB value is (70,112,88). Sum of RGB (Red+Green+Blue) = 70+112+88=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #467058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467058 is #B98FA7. Grayscale: #606060. Windows color (decimal): -12160936 or 5795910. OLE color: 5795910.

HSL color Cylindrical-coordinate representation of color #467058: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467058 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB7011288-
CMYK0.3800.210.56
HSL145.71º23.08%35.69%-
HSV(B)145.71º37.5%43.92%-
XYZ10.0813.611.33-
YUV96.71123.09108.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=25.93%
G=41.48%
B=32.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112880.3800.210.56145.7123.0835.69
Hex4670582601538921724
Octal10616013046025702222744
Binary1000110111000010110001001100101011110001001001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467058; }

 p { color: rgb(70,112,88); }

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

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

 a { background-color: rgb(70,112,88); }

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

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

 span { border-color: rgb(70,112,88); }

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