#468964

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

Shades of Como #468964

Tints of Como #468964

Color information

#468964 (or 0x468964) is unknown color: approx Como. HEX triplet: 46, 89 and 64. RGB value is (70,137,100). Sum of RGB (Red+Green+Blue) = 70+137+100=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #468964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468964 is #B9769B. Grayscale: #707070. Windows color (decimal): -12154524 or 6588742. OLE color: 6588742.

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

Color convert

RGB70137100-
CMYK0.4900.270.46
HSL146.87º32.37%40.59%-
HSV(B)146.87º48.91%53.73%-
XYZ13.7720.1115.21-
YUV112.75120.897.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=22.80%
G=44.63%
B=32.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371000.4900.270.46146.8732.3740.59
Hex4689643101B2E932029
Octal10621114461033562234051
Binary100011010001001110010011000101101110111010010011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468964; }

 p { color: rgb(70,137,100); }

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

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

 a { background-color: rgb(70,137,100); }

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

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

 span { border-color: rgb(70,137,100); }

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