#458672

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

Shades of Viridian #458672

Tints of Viridian #458672

Color information

#458672 (or 0x458672) is unknown color: approx Viridian. HEX triplet: 45, 86 and 72. RGB value is (69,134,114). Sum of RGB (Red+Green+Blue) = 69+134+114=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #458672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458672 is #BA798D. Grayscale: #707070. Windows color (decimal): -12220814 or 7505477. OLE color: 7505477.

HSL color Cylindrical-coordinate representation of color #458672: hue angle of 161.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458672 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB69134114-
CMYK0.4900.150.47
HSL161.54º32.02%39.8%-
HSV(B)161.54º48.51%52.55%-
XYZ14.0219.5318.95-
YUV112.28128.9797.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=21.77%
G=42.27%
B=35.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691341140.4900.150.47161.5432.0239.8
Hex458672310F2Fa22028
Octal10520616261017572424050
Binary10001011000011011100101100010111110111110100010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458672; }

 p { color: rgb(69,134,114); }

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

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

 a { background-color: rgb(69,134,114); }

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

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

 span { border-color: rgb(69,134,114); }

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