Html Css Color HEX #46896F Viridian

📋 copy color: '#46896F'

red 70 ◦ green 137 ◦ blue 111

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

Shades of Viridian #46896F

Tints of Viridian #46896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.08%

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

R = 22.01%
G = 43.08%
B = 34.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#46896F (or 0x46896F) is known color: Viridian. HEX triplet: 46, 89 and 6F. RGB value is (70,137,111). Sum of RGB (Red+Green+Blue) = 70+137+111=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #46896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46896F is #B97690. Grayscale: #727272. Windows color (decimal): -12154513 or 7309638. OLE color: 7309638.

HSL color Cylindrical-coordinate representation of color #46896F: hue angle of 156.72º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46896F is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 137 111 -
CMYK 0.49 0 0.19 0.46
HSL 156.72º 0.32% 0.41% -
HSV(B) 156.72º 0.49% 0.54% -
XYZ 14.34 20.34 18.21 -
YUV 114 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 70 137 111 0.49 0 0.19 0.46 156.72 0.32 0.41
Hex 46 89 6F 31 0 13 2E 9D 20 29
Octal 106 211 157 61 0 23 56 235 40 51
Binary 1000110 10001001 1101111 110001 0 10011 101110 10011101 100000 101001

Color Harmonies of #46896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46896F

Black with #46896F

Text Example


Text Example

White with #46896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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