#458859

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

Shades of Como #458859

Tints of Como #458859

Color information

#458859 (or 0x458859) is unknown color: approx Como. HEX triplet: 45, 88 and 59. RGB value is (69,136,89). Sum of RGB (Red+Green+Blue) = 69+136+89=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #458859 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458859 is #BA77A6. Grayscale: #6E6E6E. Windows color (decimal): -12220327 or 5867589. OLE color: 5867589.

HSL color Cylindrical-coordinate representation of color #458859: hue angle of 137.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458859 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB6913689-
CMYK0.4900.350.47
HSL137.91º32.68%40.2%-
HSV(B)137.91º49.26%53.33%-
XYZ13.0619.5912.54-
YUV110.61115.898.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 136 (53.52% from 255) = 46.26%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=23.47%
G=46.26%
B=30.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69136890.4900.350.47137.9132.6840.2
Hex458859310232F8a2128
Octal10521013161043572124150
Binary1000101100010001011001110001010001110111110001010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458859; }

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

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

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

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

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

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

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

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