#465A52

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

Shades of Viridian Green #465A52

Tints of Viridian Green #465A52

Color information

#465A52 (or 0x465A52) is unknown color: approx Viridian Green. HEX triplet: 46, 5A and 52. RGB value is (70,90,82). Sum of RGB (Red+Green+Blue) = 70+90+82=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #465A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A52 is #B9A5AD. Grayscale: #535353. Windows color (decimal): -12166574 or 5397062. OLE color: 5397062.

HSL color Cylindrical-coordinate representation of color #465A52: hue angle of 156º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A52 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB709082-
CMYK0.2200.090.65
HSL156º12.5%31.37%-
HSV(B)156º22.22%35.29%-
XYZ7.79.229.36-
YUV83.11127.37118.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=28.93%
G=37.19%
B=33.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090820.2200.090.6515612.531.37
Hex465A521609419cc1f
Octal106132122260111012341437
Binary1000110101101010100101011001001100000110011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,90,82); }

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

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

 a { background-color: rgb(70,90,82); }

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

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

 span { border-color: rgb(70,90,82); }

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