Html Css Color HEX #46946F Viridian

📋 copy color: '#46946F'

red 70 ◦ green 148 ◦ blue 111

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

Shades of Viridian #46946F

Tints of Viridian #46946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

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

R = 21.28%
G = 44.98%
B = 33.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#46946F (or 0x46946F) is known color: Viridian. HEX triplet: 46, 94 and 6F. RGB value is (70,148,111). Sum of RGB (Red+Green+Blue) = 70+148+111=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #46946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46946F is #B96B90. Grayscale: #787878. Windows color (decimal): -12151697 or 7312454. OLE color: 7312454.

HSL color Cylindrical-coordinate representation of color #46946F: hue angle of 151.54º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46946F is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 111 -
CMYK 0.53 0 0.25 0.42
HSL 151.54º 0.36% 0.43% -
HSV(B) 151.54º 0.53% 0.58% -
XYZ 15.98 23.63 18.76 -
YUV 120.46 122.66 92.01 -
System Red Green Blue C M Y K H S L
Decimal 70 148 111 0.53 0 0.25 0.42 151.54 0.36 0.43
Hex 46 94 6F 35 0 19 2A 98 24 2B
Octal 106 224 157 65 0 31 52 230 44 53
Binary 1000110 10010100 1101111 110101 0 11001 101010 10011000 100100 101011

Color Harmonies of #46946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46946F

Black with #46946F

Text Example


Text Example

White with #46946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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