#467655

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

Shades of Como #467655

Tints of Como #467655

Color information

#467655 (or 0x467655) is unknown color: approx Como. HEX triplet: 46, 76 and 55. RGB value is (70,118,85). Sum of RGB (Red+Green+Blue) = 70+118+85=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #467655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467655 is #B989AA. Grayscale: #636363. Windows color (decimal): -12159403 or 5600838. OLE color: 5600838.

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

Color convert

RGB7011885-
CMYK0.4100.280.54
HSL138.75º25.53%36.86%-
HSV(B)138.75º40.68%46.27%-
XYZ10.6414.9110.91-
YUV99.89119.6106.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=25.64%
G=43.22%
B=31.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118850.4100.280.54138.7525.5336.86
Hex4676552901C368b1a25
Octal10616612551034662133245
Binary1000110111011010101011010010111001101101000101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467655; }

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

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

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

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

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

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

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

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