#467855

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

Shades of Como #467855

Tints of Como #467855

Color information

#467855 (or 0x467855) is unknown color: approx Como. HEX triplet: 46, 78 and 55. RGB value is (70,120,85). Sum of RGB (Red+Green+Blue) = 70+120+85=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #467855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467855 is #B987AA. Grayscale: #656565. Windows color (decimal): -12158891 or 5601350. OLE color: 5601350.

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

Color convert

RGB7012085-
CMYK0.4200.290.53
HSL138º26.32%37.25%-
HSV(B)138º41.67%47.06%-
XYZ10.8815.3910.99-
YUV101.06118.94105.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=25.45%
G=43.64%
B=30.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120850.4200.290.5313826.3237.25
Hex4678552A01D358a1a25
Octal10617012552035652123245
Binary1000110111100010101011010100111011101011000101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467855; }

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

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

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

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

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

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

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

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