Html Css Color HEX #46896D Viridian

📋 copy color: '#46896D'

red 70 ◦ green 137 ◦ blue 109

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

Shades of Viridian #46896D

Tints of Viridian #46896D

RGB

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

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

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

R = 22.15%
G = 43.35%
B = 34.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#46896D (or 0x46896D) is known color: Viridian. HEX triplet: 46, 89 and 6D. RGB value is (70,137,109). Sum of RGB (Red+Green+Blue) = 70+137+109=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #46896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46896D is #B97692. Grayscale: #717171. Windows color (decimal): -12154515 or 7178566. OLE color: 7178566.

HSL color Cylindrical-coordinate representation of color #46896D: hue angle of 154.93º 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 #46896D is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 137 109 -
CMYK 0.49 0 0.20 0.46
HSL 154.93º 0.32% 0.41% -
HSV(B) 154.93º 0.49% 0.54% -
XYZ 14.23 20.3 17.64 -
YUV 113.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 70 137 109 0.49 0 0.20 0.46 154.93 0.32 0.41
Hex 46 89 6D 31 0 14 2E 9B 20 29
Octal 106 211 155 61 0 24 56 233 40 51
Binary 1000110 10001001 1101101 110001 0 10100 101110 10011011 100000 101001

Color Harmonies of #46896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46896D

Black with #46896D

Text Example


Text Example

White with #46896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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