Html Css Color HEX #466655 Viridian Green

📋 copy color: '#466655'

red 70 ◦ green 102 ◦ blue 85

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

Shades of Viridian Green #466655

Tints of Viridian Green #466655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 27.24%
G = 39.69%
B = 33.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#466655 (or 0x466655) is known color: Viridian Green. HEX triplet: 46, 66 and 55. RGB value is (70,102,85). Sum of RGB (Red+Green+Blue) = 70+102+85=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #466655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466655 is #B999AA. Grayscale: #5A5A5A. Windows color (decimal): -12163499 or 5596742. OLE color: 5596742.

HSL color Cylindrical-coordinate representation of color #466655: hue angle of 148.12º 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 #466655 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 85 -
CMYK 0.31 0 0.17 0.6
HSL 148.13º 0.19% 0.34% -
HSV(B) 148.13º 0.31% 0.4% -
XYZ 8.92 11.46 10.34 -
YUV 90.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 70 102 85 0.31 0 0.17 0.6 148.13 0.19 0.34
Hex 46 66 55 1F 0 11 3C 94 13 22
Octal 106 146 125 37 0 21 74 224 23 42
Binary 1000110 1100110 1010101 11111 0 10001 111100 10010100 10011 100010

Color Harmonies of #466655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466655

Black with #466655

Text Example


Text Example

White with #466655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466655; }

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

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

background-color css

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

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

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

border-color css

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

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

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