#458164

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

Shades of Viridian #458164

Tints of Viridian #458164

Color information

#458164 (or 0x458164) is unknown color: approx Viridian. HEX triplet: 45, 81 and 64. RGB value is (69,129,100). Sum of RGB (Red+Green+Blue) = 69+129+100=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #458164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458164 is #BA7E9B. Grayscale: #6B6B6B. Windows color (decimal): -12222108 or 6586693. OLE color: 6586693.

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

Color convert

RGB69129100-
CMYK0.4700.220.49
HSL151º30.3%38.82%-
HSV(B)151º46.51%50.59%-
XYZ12.617.8914.84-
YUV107.75123.62100.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=23.15%
G=43.29%
B=33.56%

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
Decimal691291000.4700.220.4915130.338.82
Hex4581642F01631971e27
Octal10520114457026612273647
Binary10001011000000111001001011110101101100011001011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458164; }

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

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

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

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

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

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

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

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