#468359

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

Shades of Como #468359

Tints of Como #468359

Color information

#468359 (or 0x468359) is unknown color: approx Como. HEX triplet: 46, 83 and 59. RGB value is (70,131,89). Sum of RGB (Red+Green+Blue) = 70+131+89=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #468359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468359 is #B97CA6. Grayscale: #6C6C6C. Windows color (decimal): -12156071 or 5866310. OLE color: 5866310.

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

Color convert

RGB7013189-
CMYK0.4700.320.49
HSL138.69º30.35%39.41%-
HSV(B)138.69º46.56%51.37%-
XYZ12.4518.2612.32-
YUV107.97117.29100.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 89 (35.16% from 255) = 30.69%
R=24.14%
G=45.17%
B=30.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70131890.4700.320.49138.6930.3539.41
Hex4683592F020318b1e27
Octal10620313157040612133647
Binary100011010000011101100110111101000001100011000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468359; }

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

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

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

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

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

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

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

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