#458A6C

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

Shades of Viridian #458A6C

Tints of Viridian #458A6C

Color information

#458A6C (or 0x458A6C) is unknown color: approx Viridian. HEX triplet: 45, 8A and 6C. RGB value is (69,138,108). Sum of RGB (Red+Green+Blue) = 69+138+108=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #458A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A6C is #BA7593. Grayscale: #727272. Windows color (decimal): -12219796 or 7113285. OLE color: 7113285.

HSL color Cylindrical-coordinate representation of color #458A6C: hue angle of 153.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A6C is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB69138108-
CMYK0.500.220.46
HSL153.91º33.33%40.59%-
HSV(B)153.91º50%54.12%-
XYZ14.2520.5217.4-
YUV113.95124.6495.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=21.90%
G=43.81%
B=34.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691381080.500.220.46153.9133.3340.59
Hex458A6C320162E9a2129
Octal10521215462026562324151
Binary100010110001010110110011001001011010111010011010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,138,108); }

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

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

 a { background-color: rgb(69,138,108); }

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

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

 span { border-color: rgb(69,138,108); }

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