#458361

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

Shades of Como #458361

Tints of Como #458361

Color information

#458361 (or 0x458361) is unknown color: approx Como. HEX triplet: 45, 83 and 61. RGB value is (69,131,97). Sum of RGB (Red+Green+Blue) = 69+131+97=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #458361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458361 is #BA7C9E. Grayscale: #6C6C6C. Windows color (decimal): -12221599 or 6390597. OLE color: 6390597.

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

Color convert

RGB6913197-
CMYK0.4700.260.49
HSL147.1º31%39.22%-
HSV(B)147.1º47.33%51.37%-
XYZ12.7318.3614.18-
YUV108.59121.4699.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=23.23%
G=44.11%
B=32.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69131970.4700.260.49147.13139.22
Hex4583612F01A31931f27
Octal10520314157032612233747
Binary10001011000001111000011011110110101100011001001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458361; }

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

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

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

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

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

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

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

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