#468261

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

Shades of Como #468261

Tints of Como #468261

Color information

#468261 (or 0x468261) is unknown color: approx Como. HEX triplet: 46, 82 and 61. RGB value is (70,130,97). Sum of RGB (Red+Green+Blue) = 70+130+97=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #468261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468261 is #B97D9E. Grayscale: #6C6C6C. Windows color (decimal): -12156319 or 6390342. OLE color: 6390342.

HSL color Cylindrical-coordinate representation of color #468261: hue angle of 147º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468261 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB7013097-
CMYK0.4600.250.49
HSL147º30%39.22%-
HSV(B)147º46.15%50.98%-
XYZ12.6718.1314.14-
YUV108.3121.62100.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=23.57%
G=43.77%
B=32.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130970.4600.250.491473039.22
Hex4682612E01931931e27
Octal10620214156031612233647
Binary10001101000001011000011011100110011100011001001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468261; }

 p { color: rgb(70,130,97); }

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

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

 a { background-color: rgb(70,130,97); }

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

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

 span { border-color: rgb(70,130,97); }

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