Html Css Color HEX #46866F Viridian

📋 copy color: '#46866F'

red 70 ◦ green 134 ◦ blue 111

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

Shades of Viridian #46866F

Tints of Viridian #46866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 22.22%
G = 42.54%
B = 35.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#46866F (or 0x46866F) is known color: Viridian. HEX triplet: 46, 86 and 6F. RGB value is (70,134,111). Sum of RGB (Red+Green+Blue) = 70+134+111=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #46866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46866F is #B97990. Grayscale: #707070. Windows color (decimal): -12155281 or 7308870. OLE color: 7308870.

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

Color convert

RGB 70 134 111 -
CMYK 0.48 0 0.17 0.47
HSL 158.44º 0.31% 0.4% -
HSV(B) 158.44º 0.48% 0.53% -
XYZ 13.92 19.5 18.07 -
YUV 112.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 70 134 111 0.48 0 0.17 0.47 158.44 0.31 0.4
Hex 46 86 6F 30 0 11 2F 9E 1F 28
Octal 106 206 157 60 0 21 57 236 37 50
Binary 1000110 10000110 1101111 110000 0 10001 101111 10011110 11111 101000

Color Harmonies of #46866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46866F

Black with #46866F

Text Example


Text Example

White with #46866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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