#468259

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

Shades of Como #468259

Tints of Como #468259

Color information

#468259 (or 0x468259) is unknown color: approx Como. HEX triplet: 46, 82 and 59. RGB value is (70,130,89). Sum of RGB (Red+Green+Blue) = 70+130+89=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #468259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468259 is #B97DA6. Grayscale: #6B6B6B. Windows color (decimal): -12156327 or 5866054. OLE color: 5866054.

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

Color convert

RGB7013089-
CMYK0.4600.320.49
HSL139º30%39.22%-
HSV(B)139º46.15%50.98%-
XYZ12.3117.9912.27-
YUV107.39117.62101.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=24.22%
G=44.98%
B=30.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130890.4600.320.491393039.22
Hex4682592E020318b1e27
Octal10620213156040612133647
Binary100011010000010101100110111001000001100011000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468259; }

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

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

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

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

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

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

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

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