#458B61

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

Shades of Como #458B61

Tints of Como #458B61

Color information

#458B61 (or 0x458B61) is unknown color: approx Como. HEX triplet: 45, 8B and 61. RGB value is (69,139,97). Sum of RGB (Red+Green+Blue) = 69+139+97=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #458B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B61 is #BA749E. Grayscale: #717171. Windows color (decimal): -12219551 or 6392645. OLE color: 6392645.

HSL color Cylindrical-coordinate representation of color #458B61: hue angle of 144º 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 #458B61 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB6913997-
CMYK0.5000.300.45
HSL144º33.65%40.78%-
HSV(B)144º50.36%54.51%-
XYZ13.8420.5914.55-
YUV113.28118.8196.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=22.62%
G=45.57%
B=31.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69139970.5000.300.4514433.6540.78
Hex458B613201E2D902229
Octal10521314162036552204251
Binary100010110001011110000111001001111010110110010000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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