#458858

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

Shades of Como #458858

Tints of Como #458858

Color information

#458858 (or 0x458858) is unknown color: approx Como. HEX triplet: 45, 88 and 58. RGB value is (69,136,88). Sum of RGB (Red+Green+Blue) = 69+136+88=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #458858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458858 is #BA77A7. Grayscale: #6E6E6E. Windows color (decimal): -12220328 or 5802053. OLE color: 5802053.

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

Color convert

RGB6913688-
CMYK0.4900.350.47
HSL137.01º32.68%40.2%-
HSV(B)137.01º49.26%53.33%-
XYZ13.0219.5812.33-
YUV110.49115.398.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=23.55%
G=46.42%
B=30.03%

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
Decimal69136880.4900.350.47137.0132.6840.2
Hex458858310232F892128
Octal10521013061043572114150
Binary1000101100010001011000110001010001110111110001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458858; }

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

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

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

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

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

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

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

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