#467D56

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

Shades of Como #467D56

Tints of Como #467D56

Color information

#467D56 (or 0x467D56) is unknown color: approx Como. HEX triplet: 46, 7D and 56. RGB value is (70,125,86). Sum of RGB (Red+Green+Blue) = 70+125+86=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #467D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467D56 is #B982A9. Grayscale: #686868. Windows color (decimal): -12157610 or 5668166. OLE color: 5668166.

HSL color Cylindrical-coordinate representation of color #467D56: hue angle of 137.45º 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 #467D56 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB7012586-
CMYK0.4400.310.51
HSL137.45º28.21%38.24%-
HSV(B)137.45º44%49.02%-
XYZ11.5416.6411.41-
YUV104.11117.78103.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 125 (49.22% from 255) = 44.48%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=24.91%
G=44.48%
B=30.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70125860.4400.310.51137.4528.2138.24
Hex467D562C01F33891c26
Octal10617512654037632113446
Binary1000110111110110101101011000111111100111000100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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