#458363

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

Shades of Como #458363

Tints of Como #458363

Color information

#458363 (or 0x458363) is unknown color: approx Como. HEX triplet: 45, 83 and 63. RGB value is (69,131,99). Sum of RGB (Red+Green+Blue) = 69+131+99=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #458363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458363 is #BA7C9C. Grayscale: #6C6C6C. Windows color (decimal): -12221597 or 6521669. OLE color: 6521669.

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

Color convert

RGB6913199-
CMYK0.4700.240.49
HSL149.03º31%39.22%-
HSV(B)149.03º47.33%51.37%-
XYZ12.8218.414.68-
YUV108.81122.4699.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=23.08%
G=43.81%
B=33.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69131990.4700.240.49149.033139.22
Hex4583632F01831951f27
Octal10520314357030612253747
Binary10001011000001111000111011110110001100011001010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458363; }

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

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

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

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

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

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

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

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