Html Css Color HEX #46916D Viridian

📋 copy color: '#46916D'

red 70 ◦ green 145 ◦ blue 109

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

Shades of Viridian #46916D

Tints of Viridian #46916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.75%

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

R = 21.6%
G = 44.75%
B = 33.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#46916D (or 0x46916D) is known color: Viridian. HEX triplet: 46, 91 and 6D. RGB value is (70,145,109). Sum of RGB (Red+Green+Blue) = 70+145+109=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #46916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46916D is #B96E92. Grayscale: #767676. Windows color (decimal): -12152467 or 7180614. OLE color: 7180614.

HSL color Cylindrical-coordinate representation of color #46916D: hue angle of 151.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46916D is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 109 -
CMYK 0.52 0 0.25 0.43
HSL 151.2º 0.35% 0.42% -
HSV(B) 151.2º 0.52% 0.57% -
XYZ 15.41 22.66 18.03 -
YUV 118.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 70 145 109 0.52 0 0.25 0.43 151.2 0.35 0.42
Hex 46 91 6D 34 0 19 2B 97 23 2A
Octal 106 221 155 64 0 31 53 227 43 52
Binary 1000110 10010001 1101101 110100 0 11001 101011 10010111 100011 101010

Color Harmonies of #46916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46916D

Black with #46916D

Text Example


Text Example

White with #46916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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