#458259

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

Shades of Como #458259

Tints of Como #458259

Color information

#458259 (or 0x458259) is unknown color: approx Como. HEX triplet: 45, 82 and 59. RGB value is (69,130,89). Sum of RGB (Red+Green+Blue) = 69+130+89=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #458259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458259 is #BA7DA6. Grayscale: #6B6B6B. Windows color (decimal): -12221863 or 5866053. OLE color: 5866053.

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

Color convert

RGB6913089-
CMYK0.4700.320.49
HSL139.67º30.65%39.02%-
HSV(B)139.67º46.92%50.98%-
XYZ12.2417.9512.27-
YUV107.09117.79100.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=23.96%
G=45.14%
B=30.90%

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
Decimal69130890.4700.320.49139.6730.6539.02
Hex4582592F020318c1f27
Octal10520213157040612143747
Binary100010110000010101100110111101000001100011000110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458259; }

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

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

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

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

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

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

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

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