#468661

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

Shades of Como #468661

Tints of Como #468661

Color information

#468661 (or 0x468661) is unknown color: approx Como. HEX triplet: 46, 86 and 61. RGB value is (70,134,97). Sum of RGB (Red+Green+Blue) = 70+134+97=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #468661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468661 is #B9799E. Grayscale: #6E6E6E. Windows color (decimal): -12155295 or 6391366. OLE color: 6391366.

HSL color Cylindrical-coordinate representation of color #468661: hue angle of 145.31º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468661 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB7013497-
CMYK0.4800.280.47
HSL145.31º31.37%40%-
HSV(B)145.31º47.76%52.55%-
XYZ13.2119.2214.32-
YUV110.65120.399.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=23.26%
G=44.52%
B=32.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134970.4800.280.47145.3131.3740
Hex4686613001C2F911f28
Octal10620614160034572213750
Binary10001101000011011000011100000111001011111001000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468661; }

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

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

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

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

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

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

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

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