#458265

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

Shades of Viridian #458265

Tints of Viridian #458265

Color information

#458265 (or 0x458265) is unknown color: approx Viridian. HEX triplet: 45, 82 and 65. RGB value is (69,130,101). Sum of RGB (Red+Green+Blue) = 69+130+101=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #458265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458265 is #BA7D9A. Grayscale: #6C6C6C. Windows color (decimal): -12221851 or 6652485. OLE color: 6652485.

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

Color convert

RGB69130101-
CMYK0.4700.220.49
HSL151.48º30.65%39.02%-
HSV(B)151.48º46.92%50.98%-
XYZ12.7918.1715.15-
YUV108.46123.7999.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=23%
G=43.33%
B=33.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301010.4700.220.49151.4830.6539.02
Hex4582652F01631971f27
Octal10520214557026612273747
Binary10001011000001011001011011110101101100011001011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458265; }

 p { color: rgb(69,130,101); }

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

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

 a { background-color: rgb(69,130,101); }

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

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

 span { border-color: rgb(69,130,101); }

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