#465C53

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

Shades of Viridian Green #465C53

Tints of Viridian Green #465C53

Color information

#465C53 (or 0x465C53) is unknown color: approx Viridian Green. HEX triplet: 46, 5C and 53. RGB value is (70,92,83). Sum of RGB (Red+Green+Blue) = 70+92+83=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 92 - color contains mainly: green. Hex color #465C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C53 is #B9A3AC. Grayscale: #545454. Windows color (decimal): -12166061 or 5463110. OLE color: 5463110.

HSL color Cylindrical-coordinate representation of color #465C53: hue angle of 155.45º 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 #465C53 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB709283-
CMYK0.2400.100.64
HSL155.45º13.58%31.76%-
HSV(B)155.45º23.91%36.08%-
XYZ7.919.589.62-
YUV84.4127.21117.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=28.57%
G=37.55%
B=33.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092830.2400.100.64155.4513.5831.76
Hex465C53180A409be20
Octal106134123300121002331640
Binary10001101011100101001111000010101000000100110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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