#458373

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

Shades of Viridian #458373

Tints of Viridian #458373

Color information

#458373 (or 0x458373) is unknown color: approx Viridian. HEX triplet: 45, 83 and 73. RGB value is (69,131,115). Sum of RGB (Red+Green+Blue) = 69+131+115=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #458373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458373 is #BA7C8C. Grayscale: #6E6E6E. Windows color (decimal): -12221581 or 7570245. OLE color: 7570245.

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

Color convert

RGB69131115-
CMYK0.4700.120.49
HSL164.52º31%39.22%-
HSV(B)164.52º47.33%51.37%-
XYZ13.6718.7419.12-
YUV110.64130.4698.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=21.90%
G=41.59%
B=36.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691311150.4700.120.49164.523139.22
Hex4583732F0C31a51f27
Octal10520316357014612453747
Binary1000101100000111110011101111011001100011010010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458373; }

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

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

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

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

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

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

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

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