Html Css Color HEX #46816B Viridian

📋 copy color: '#46816B'

red 70 ◦ green 129 ◦ blue 107

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

Shades of Viridian #46816B

Tints of Viridian #46816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.16%

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 22.88%
G = 42.16%
B = 34.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#46816B (or 0x46816B) is known color: Viridian. HEX triplet: 46, 81 and 6B. RGB value is (70,129,107). Sum of RGB (Red+Green+Blue) = 70+129+107=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #46816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46816B is #B97E94. Grayscale: #6C6C6C. Windows color (decimal): -12156565 or 7045446. OLE color: 7045446.

HSL color Cylindrical-coordinate representation of color #46816B: hue angle of 157.63º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46816B is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 107 -
CMYK 0.46 0 0.17 0.49
HSL 157.63º 0.3% 0.39% -
HSV(B) 157.63º 0.46% 0.51% -
XYZ 13.03 18.06 16.71 -
YUV 108.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 70 129 107 0.46 0 0.17 0.49 157.63 0.3 0.39
Hex 46 81 6B 2E 0 11 31 9E 1E 27
Octal 106 201 153 56 0 21 61 236 36 47
Binary 1000110 10000001 1101011 101110 0 10001 110001 10011110 11110 100111

Color Harmonies of #46816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46816B

Black with #46816B

Text Example


Text Example

White with #46816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46816B; }

 p { color: rgb(70,129,107); }

 H1.HeaderClassName
 {
   color: #46816B;
 }
 .AnyTagClassName
 {
   color: #46816B;
 }
</style>

background-color css

<style>
 a { background-color: #46816B; }

 a { background-color: rgb(70,129,107); }

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

border-color css

<style>
 span { border-color: #46816B; }

 span { border-color: rgb(70,129,107); }

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