#468B64

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

Shades of Como #468B64

Tints of Como #468B64

Color information

#468B64 (or 0x468B64) is unknown color: approx Como. HEX triplet: 46, 8B and 64. RGB value is (70,139,100). Sum of RGB (Red+Green+Blue) = 70+139+100=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #468B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B64 is #B9749B. Grayscale: #727272. Windows color (decimal): -12154012 or 6589254. OLE color: 6589254.

HSL color Cylindrical-coordinate representation of color #468B64: hue angle of 146.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B64 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB70139100-
CMYK0.5000.280.45
HSL146.09º33.01%40.98%-
HSV(B)146.09º49.64%54.51%-
XYZ14.0620.6915.31-
YUV113.92120.1496.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 139 (54.69% from 255) = 44.98%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=22.65%
G=44.98%
B=32.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701391000.5000.280.45146.0933.0140.98
Hex468B643201C2D922129
Octal10621314462034552224151
Binary100011010001011110010011001001110010110110010010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468B64; }

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

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

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

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

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

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

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

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