#467755

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

Shades of Como #467755

Tints of Como #467755

Color information

#467755 (or 0x467755) is unknown color: approx Como. HEX triplet: 46, 77 and 55. RGB value is (70,119,85). Sum of RGB (Red+Green+Blue) = 70+119+85=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #467755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467755 is #B988AA. Grayscale: #646464. Windows color (decimal): -12159147 or 5601094. OLE color: 5601094.

HSL color Cylindrical-coordinate representation of color #467755: hue angle of 138.37º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467755 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB7011985-
CMYK0.4100.290.53
HSL138.37º25.93%37.06%-
HSV(B)138.37º41.18%46.67%-
XYZ10.7615.1510.95-
YUV100.47119.27106.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=25.55%
G=43.43%
B=31.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70119850.4100.290.53138.3725.9337.06
Hex4677552901D358a1a25
Octal10616712551035652123245
Binary1000110111011110101011010010111011101011000101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467755; }

 p { color: rgb(70,119,85); }

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

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

 a { background-color: rgb(70,119,85); }

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

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

 span { border-color: rgb(70,119,85); }

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