Html Css Color HEX #466656 Viridian Green

📋 copy color: '#466656'

red 70 ◦ green 102 ◦ blue 86

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

Shades of Viridian Green #466656

Tints of Viridian Green #466656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

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

R = 27.13%
G = 39.53%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#466656 (or 0x466656) is known color: Viridian Green. HEX triplet: 46, 66 and 56. RGB value is (70,102,86). Sum of RGB (Red+Green+Blue) = 70+102+86=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #466656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466656 is #B999A9. Grayscale: #5A5A5A. Windows color (decimal): -12163498 or 5662278. OLE color: 5662278.

HSL color Cylindrical-coordinate representation of color #466656: hue angle of 150º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466656 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 86 -
CMYK 0.31 0 0.16 0.6
HSL 150º 0.19% 0.34% -
HSV(B) 150º 0.31% 0.4% -
XYZ 8.96 11.48 10.55 -
YUV 90.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 70 102 86 0.31 0 0.16 0.6 150 0.19 0.34
Hex 46 66 56 1F 0 10 3C 96 13 22
Octal 106 146 126 37 0 20 74 226 23 42
Binary 1000110 1100110 1010110 11111 0 10000 111100 10010110 10011 100010

Color Harmonies of #466656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466656

Black with #466656

Text Example


Text Example

White with #466656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466656; }

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

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

background-color css

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

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

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

border-color css

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

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

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