Html Css Color HEX #46866C Viridian

📋 copy color: '#46866C'

red 70 ◦ green 134 ◦ blue 108

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

Shades of Viridian #46866C

Tints of Viridian #46866C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 22.44%
G = 42.95%
B = 34.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#46866C (or 0x46866C) is known color: Viridian. HEX triplet: 46, 86 and 6C. RGB value is (70,134,108). Sum of RGB (Red+Green+Blue) = 70+134+108=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #46866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46866C is #B97993. Grayscale: #6F6F6F. Windows color (decimal): -12155284 or 7112262. OLE color: 7112262.

HSL color Cylindrical-coordinate representation of color #46866C: hue angle of 155.62º 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 #46866C is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 108 -
CMYK 0.48 0 0.19 0.47
HSL 155.63º 0.31% 0.4% -
HSV(B) 155.63º 0.48% 0.53% -
XYZ 13.76 19.44 17.21 -
YUV 111.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 70 134 108 0.48 0 0.19 0.47 155.63 0.31 0.4
Hex 46 86 6C 30 0 13 2F 9C 1F 28
Octal 106 206 154 60 0 23 57 234 37 50
Binary 1000110 10000110 1101100 110000 0 10011 101111 10011100 11111 101000

Color Harmonies of #46866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46866C

Black with #46866C

Text Example


Text Example

White with #46866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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