#468759

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

Shades of Como #468759

Tints of Como #468759

Color information

#468759 (or 0x468759) is unknown color: approx Como. HEX triplet: 46, 87 and 59. RGB value is (70,135,89). Sum of RGB (Red+Green+Blue) = 70+135+89=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #468759 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468759 is #B978A6. Grayscale: #6E6E6E. Windows color (decimal): -12155047 or 5867334. OLE color: 5867334.

HSL color Cylindrical-coordinate representation of color #468759: hue angle of 137.54º degrees, saturation: 0.32, 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 #468759 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB7013589-
CMYK0.4800.340.47
HSL137.54º31.71%40.2%-
HSV(B)137.54º48.15%52.94%-
XYZ12.9919.3512.5-
YUV110.32115.9799.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=23.81%
G=45.92%
B=30.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70135890.4800.340.47137.5431.7140.2
Hex468759300222F8a2028
Octal10620713160042572124050
Binary1000110100001111011001110000010001010111110001010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468759; }

 p { color: rgb(70,135,89); }

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

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

 a { background-color: rgb(70,135,89); }

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

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

 span { border-color: rgb(70,135,89); }

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