Html Css Color HEX #46866E Viridian

📋 copy color: '#46866E'

red 70 ◦ green 134 ◦ blue 110

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

Shades of Viridian #46866E

Tints of Viridian #46866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 22.29%
G = 42.68%
B = 35.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#46866E (or 0x46866E) is known color: Viridian. HEX triplet: 46, 86 and 6E. RGB value is (70,134,110). Sum of RGB (Red+Green+Blue) = 70+134+110=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #46866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46866E is #B97991. Grayscale: #707070. Windows color (decimal): -12155282 or 7243334. OLE color: 7243334.

HSL color Cylindrical-coordinate representation of color #46866E: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46866E is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 110 -
CMYK 0.48 0 0.18 0.47
HSL 157.5º 0.31% 0.4% -
HSV(B) 157.5º 0.48% 0.53% -
XYZ 13.87 19.48 17.78 -
YUV 112.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 70 134 110 0.48 0 0.18 0.47 157.5 0.31 0.4
Hex 46 86 6E 30 0 12 2F 9E 1F 28
Octal 106 206 156 60 0 22 57 236 37 50
Binary 1000110 10000110 1101110 110000 0 10010 101111 10011110 11111 101000

Color Harmonies of #46866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46866E

Black with #46866E

Text Example


Text Example

White with #46866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46866E; }

 p { color: rgb(70,134,110); }

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

background-color css

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

 a { background-color: rgb(70,134,110); }

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

border-color css

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

 span { border-color: rgb(70,134,110); }

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