#458B5B

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

Shades of Como #458B5B

Tints of Como #458B5B

Color information

#458B5B (or 0x458B5B) is unknown color: approx Como. HEX triplet: 45, 8B and 5B. RGB value is (69,139,91). Sum of RGB (Red+Green+Blue) = 69+139+91=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #458B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B5B is #BA74A4. Grayscale: #707070. Windows color (decimal): -12219557 or 5999429. OLE color: 5999429.

HSL color Cylindrical-coordinate representation of color #458B5B: hue angle of 138.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B5B is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB6913991-
CMYK0.5000.350.45
HSL138.86º33.65%40.78%-
HSV(B)138.86º50.36%54.51%-
XYZ13.5820.4913.14-
YUV112.6115.8196.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=23.08%
G=46.49%
B=30.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69139910.5000.350.45138.8633.6540.78
Hex458B5B320232D8b2229
Octal10521313362043552134251
Binary1000101100010111011011110010010001110110110001011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458B5B; }

 p { color: rgb(69,139,91); }

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

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

 a { background-color: rgb(69,139,91); }

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

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

 span { border-color: rgb(69,139,91); }

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