Html Css Color HEX #466B56 Viridian Green

📋 copy color: '#466B56'

red 70 ◦ green 107 ◦ blue 86

#466B56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #466B56

Tints of Viridian Green #466B56

RGB

 RED value IS 70 (27.73% from 255) = 26.62%

 GREEN value IS 107 (42.19% from 255) = 40.68%

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 26.62%
G = 40.68%
B = 32.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#466B56 (or 0x466B56) is known color: Viridian Green. HEX triplet: 46, 6B and 56. RGB value is (70,107,86). Sum of RGB (Red+Green+Blue) = 70+107+86=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #466B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B56 is #B994A9. Grayscale: #5D5D5D. Windows color (decimal): -12162218 or 5663558. OLE color: 5663558.

HSL color Cylindrical-coordinate representation of color #466B56: hue angle of 145.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B56 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 107 86 -
CMYK 0.35 0 0.20 0.58
HSL 145.95º 0.21% 0.35% -
HSV(B) 145.95º 0.35% 0.42% -
XYZ 9.46 12.49 10.72 -
YUV 93.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 70 107 86 0.35 0 0.20 0.58 145.95 0.21 0.35
Hex 46 6B 56 23 0 14 3A 92 15 23
Octal 106 153 126 43 0 24 72 222 25 43
Binary 1000110 1101011 1010110 100011 0 10100 111010 10010010 10101 100011

Color Harmonies of #466B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B56

Black with #466B56

Text Example


Text Example

White with #466B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466B56; }

 p { color: rgb(70,107,86); }

 H1.HeaderClassName
 {
   color: #466B56;
 }
 .AnyTagClassName
 {
   color: #466B56;
 }
</style>

background-color css

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

 a { background-color: rgb(70,107,86); }

 div.DivClassName
 {
   background-color: #466B56;
 }
 .BgClassName
 {
   background-color: #466B56;
 }
</style>

border-color css

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

 span { border-color: rgb(70,107,86); }

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