#458966

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

Shades of Viridian #458966

Tints of Viridian #458966

Color information

#458966 (or 0x458966) is unknown color: approx Viridian. HEX triplet: 45, 89 and 66. RGB value is (69,137,102). Sum of RGB (Red+Green+Blue) = 69+137+102=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #458966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458966 is #BA7699. Grayscale: #707070. Windows color (decimal): -12220058 or 6719813. OLE color: 6719813.

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

Color convert

RGB69137102-
CMYK0.5000.260.46
HSL149.12º33.01%40.39%-
HSV(B)149.12º49.64%53.73%-
XYZ13.820.1215.73-
YUV112.68121.9796.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=22.40%
G=44.48%
B=33.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691371020.5000.260.46149.1233.0140.39
Hex4589663201A2E952128
Octal10521114662032562254150
Binary100010110001001110011011001001101010111010010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458966; }

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

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

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

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

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

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

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

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