#465D54

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

Shades of Viridian Green #465D54

Tints of Viridian Green #465D54

Color information

#465D54 (or 0x465D54) is unknown color: approx Viridian Green. HEX triplet: 46, 5D and 54. RGB value is (70,93,84). Sum of RGB (Red+Green+Blue) = 70+93+84=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #465D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D54 is #B9A2AB. Grayscale: #555555. Windows color (decimal): -12165804 or 5528902. OLE color: 5528902.

HSL color Cylindrical-coordinate representation of color #465D54: hue angle of 156.52º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D54 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB709384-
CMYK0.2500.100.64
HSL156.52º14.11%31.96%-
HSV(B)156.52º24.73%36.47%-
XYZ8.049.779.85-
YUV85.1127.38117.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=28.34%
G=37.65%
B=34.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093840.2500.100.64156.5214.1131.96
Hex465D54190A409de20
Octal106135124310121002351640
Binary10001101011101101010011001010101000000100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465D54; }

 p { color: rgb(70,93,84); }

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

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

 a { background-color: rgb(70,93,84); }

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

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

 span { border-color: rgb(70,93,84); }

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