Html Css Color HEX #46886E Viridian

📋 copy color: '#46886E'

red 70 ◦ green 136 ◦ blue 110

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

Shades of Viridian #46886E

Tints of Viridian #46886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.04%

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 22.15%
G = 43.04%
B = 34.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#46886E (or 0x46886E) is known color: Viridian. HEX triplet: 46, 88 and 6E. RGB value is (70,136,110). Sum of RGB (Red+Green+Blue) = 70+136+110=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #46886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46886E is #B97791. Grayscale: #717171. Windows color (decimal): -12154770 or 7243846. OLE color: 7243846.

HSL color Cylindrical-coordinate representation of color #46886E: hue angle of 156.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46886E is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 110 -
CMYK 0.49 0 0.19 0.47
HSL 156.36º 0.32% 0.4% -
HSV(B) 156.36º 0.49% 0.53% -
XYZ 14.14 20.04 17.87 -
YUV 113.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 70 136 110 0.49 0 0.19 0.47 156.36 0.32 0.4
Hex 46 88 6E 31 0 13 2F 9C 20 28
Octal 106 210 156 61 0 23 57 234 40 50
Binary 1000110 10001000 1101110 110001 0 10011 101111 10011100 100000 101000

Color Harmonies of #46886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46886E

Black with #46886E

Text Example


Text Example

White with #46886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46886E; }

 p { color: rgb(70,136,110); }

 H1.HeaderClassName
 {
   color: #46886E;
 }
 .AnyTagClassName
 {
   color: #46886E;
 }
</style>

background-color css

<style>
 a { background-color: #46886E; }

 a { background-color: rgb(70,136,110); }

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

border-color css

<style>
 span { border-color: #46886E; }

 span { border-color: rgb(70,136,110); }

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