Html Css Color HEX #46876F Viridian

📋 copy color: '#46876F'

red 70 ◦ green 135 ◦ blue 111

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

Shades of Viridian #46876F

Tints of Viridian #46876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

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

R = 22.15%
G = 42.72%
B = 35.13%

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

#46876F (or 0x46876F) is known color: Viridian. HEX triplet: 46, 87 and 6F. RGB value is (70,135,111). Sum of RGB (Red+Green+Blue) = 70+135+111=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #46876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46876F is #B97890. Grayscale: #707070. Windows color (decimal): -12155025 or 7309126. OLE color: 7309126.

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

Color convert

RGB 70 135 111 -
CMYK 0.48 0 0.18 0.47
HSL 157.85º 0.32% 0.4% -
HSV(B) 157.85º 0.48% 0.53% -
XYZ 14.06 19.78 18.12 -
YUV 112.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 70 135 111 0.48 0 0.18 0.47 157.85 0.32 0.4
Hex 46 87 6F 30 0 12 2F 9E 20 28
Octal 106 207 157 60 0 22 57 236 40 50
Binary 1000110 10000111 1101111 110000 0 10010 101111 10011110 100000 101000

Color Harmonies of #46876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46876F

Black with #46876F

Text Example


Text Example

White with #46876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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