Html Css Color HEX #46876A Viridian

📋 copy color: '#46876A'

red 70 ◦ green 135 ◦ blue 106

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

Shades of Viridian #46876A

Tints of Viridian #46876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 22.51%
G = 43.41%
B = 34.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#46876A (or 0x46876A) is known color: Viridian. HEX triplet: 46, 87 and 6A. RGB value is (70,135,106). Sum of RGB (Red+Green+Blue) = 70+135+106=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #46876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46876A is #B97895. Grayscale: #707070. Windows color (decimal): -12155030 or 6981446. OLE color: 6981446.

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

Color convert

RGB 70 135 106 -
CMYK 0.48 0 0.21 0.47
HSL 153.23º 0.32% 0.4% -
HSV(B) 153.23º 0.48% 0.53% -
XYZ 13.79 19.67 16.71 -
YUV 112.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 70 135 106 0.48 0 0.21 0.47 153.23 0.32 0.4
Hex 46 87 6A 30 0 15 2F 99 20 28
Octal 106 207 152 60 0 25 57 231 40 50
Binary 1000110 10000111 1101010 110000 0 10101 101111 10011001 100000 101000

Color Harmonies of #46876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46876A

Black with #46876A

Text Example


Text Example

White with #46876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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