#458165

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

Shades of Viridian #458165

Tints of Viridian #458165

Color information

#458165 (or 0x458165) is unknown color: approx Viridian. HEX triplet: 45, 81 and 65. RGB value is (69,129,101). Sum of RGB (Red+Green+Blue) = 69+129+101=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #458165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458165 is #BA7E9A. Grayscale: #6B6B6B. Windows color (decimal): -12222107 or 6652229. OLE color: 6652229.

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

Color convert

RGB69129101-
CMYK0.4700.220.49
HSL152º30.3%38.82%-
HSV(B)152º46.51%50.59%-
XYZ12.6517.9115.1-
YUV107.87124.12100.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=23.08%
G=43.14%
B=33.78%

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
Decimal691291010.4700.220.4915230.338.82
Hex4581652F01631981e27
Octal10520114557026612303647
Binary10001011000000111001011011110101101100011001100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458165; }

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

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

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

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

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

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

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

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