#458166

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

Shades of Viridian #458166

Tints of Viridian #458166

Color information

#458166 (or 0x458166) is unknown color: approx Viridian. HEX triplet: 45, 81 and 66. RGB value is (69,129,102). Sum of RGB (Red+Green+Blue) = 69+129+102=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #458166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458166 is #BA7E99. Grayscale: #6C6C6C. Windows color (decimal): -12222106 or 6717765. OLE color: 6717765.

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

Color convert

RGB69129102-
CMYK0.4700.210.49
HSL153º30.3%38.82%-
HSV(B)153º46.51%50.59%-
XYZ12.717.9315.36-
YUV107.98124.62100.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 102 (40.23% from 255) = 34%
R=23%
G=43%
B=34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691291020.4700.210.4915330.338.82
Hex4581662F01531991e27
Octal10520114657025612313647
Binary10001011000000111001101011110101011100011001100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458166; }

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

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

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

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

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

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

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

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