#467D5D

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

Shades of Como #467D5D

Tints of Como #467D5D

Color information

#467D5D (or 0x467D5D) is unknown color: approx Como. HEX triplet: 46, 7D and 5D. RGB value is (70,125,93). Sum of RGB (Red+Green+Blue) = 70+125+93=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 125 - color contains mainly: green. Hex color #467D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467D5D is #B982A2. Grayscale: #686868. Windows color (decimal): -12157603 or 6126918. OLE color: 6126918.

HSL color Cylindrical-coordinate representation of color #467D5D: hue angle of 145.09º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467D5D is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB7012593-
CMYK0.4400.260.51
HSL145.09º28.21%38.24%-
HSV(B)145.09º44%49.02%-
XYZ11.8416.7612.97-
YUV104.91121.28103.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=24.31%
G=43.40%
B=32.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70125930.4400.260.51145.0928.2138.24
Hex467D5D2C01A33911c26
Octal10617513554032632213446
Binary1000110111110110111011011000110101100111001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467D5D; }

 p { color: rgb(70,125,93); }

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

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

 a { background-color: rgb(70,125,93); }

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

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

 span { border-color: rgb(70,125,93); }

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