#458566

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

Shades of Viridian #458566

Tints of Viridian #458566

Color information

#458566 (or 0x458566) is unknown color: approx Viridian. HEX triplet: 45, 85 and 66. RGB value is (69,133,102). Sum of RGB (Red+Green+Blue) = 69+133+102=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #458566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458566 is #BA7A99. Grayscale: #6E6E6E. Windows color (decimal): -12221082 or 6718789. OLE color: 6718789.

HSL color Cylindrical-coordinate representation of color #458566: hue angle of 150.94º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458566 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB69133102-
CMYK0.4800.230.48
HSL150.94º31.68%39.61%-
HSV(B)150.94º48.12%52.16%-
XYZ13.241915.54-
YUV110.33123.398.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=22.70%
G=43.75%
B=33.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691331020.4800.230.48150.9431.6839.61
Hex4585663001730972028
Octal10520514660027602274050
Binary100010110000101110011011000001011111000010010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458566; }

 p { color: rgb(69,133,102); }

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

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

 a { background-color: rgb(69,133,102); }

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

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

 span { border-color: rgb(69,133,102); }

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