#465C51

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

Shades of Viridian Green #465C51

Tints of Viridian Green #465C51

Color information

#465C51 (or 0x465C51) is unknown color: approx Viridian Green. HEX triplet: 46, 5C and 51. RGB value is (70,92,81). Sum of RGB (Red+Green+Blue) = 70+92+81=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 92 - color contains mainly: green. Hex color #465C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C51 is #B9A3AE. Grayscale: #545454. Windows color (decimal): -12166063 or 5332038. OLE color: 5332038.

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

Color convert

RGB709281-
CMYK0.2400.120.64
HSL150º13.58%31.76%-
HSV(B)150º23.91%36.08%-
XYZ7.849.559.21-
YUV84.17126.21117.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=28.81%
G=37.86%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092810.2400.120.6415013.5831.76
Hex465C51180C4096e20
Octal106134121300141002261640
Binary10001101011100101000111000011001000000100101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,92,81); }

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

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

 a { background-color: rgb(70,92,81); }

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

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

 span { border-color: rgb(70,92,81); }

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