Html Css Color HEX #46866D Viridian

📋 copy color: '#46866D'

red 70 ◦ green 134 ◦ blue 109

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

Shades of Viridian #46866D

Tints of Viridian #46866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 22.36%
G = 42.81%
B = 34.82%

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

#46866D (or 0x46866D) is known color: Viridian. HEX triplet: 46, 86 and 6D. RGB value is (70,134,109). Sum of RGB (Red+Green+Blue) = 70+134+109=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #46866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46866D is #B97992. Grayscale: #707070. Windows color (decimal): -12155283 or 7177798. OLE color: 7177798.

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

Color convert

RGB 70 134 109 -
CMYK 0.48 0 0.19 0.47
HSL 156.56º 0.31% 0.4% -
HSV(B) 156.56º 0.48% 0.53% -
XYZ 13.81 19.46 17.5 -
YUV 112.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 70 134 109 0.48 0 0.19 0.47 156.56 0.31 0.4
Hex 46 86 6D 30 0 13 2F 9D 1F 28
Octal 106 206 155 60 0 23 57 235 37 50
Binary 1000110 10000110 1101101 110000 0 10011 101111 10011101 11111 101000

Color Harmonies of #46866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46866D

Black with #46866D

Text Example


Text Example

White with #46866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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