Html Css Color HEX #46826A Viridian

📋 copy color: '#46826A'

red 70 ◦ green 130 ◦ blue 106

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

Shades of Viridian #46826A

Tints of Viridian #46826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 22.88%
G = 42.48%
B = 34.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#46826A (or 0x46826A) is known color: Viridian. HEX triplet: 46, 82 and 6A. RGB value is (70,130,106). Sum of RGB (Red+Green+Blue) = 70+130+106=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #46826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46826A is #B97D95. Grayscale: #6D6D6D. Windows color (decimal): -12156310 or 6980166. OLE color: 6980166.

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

Color convert

RGB 70 130 106 -
CMYK 0.46 0 0.18 0.49
HSL 156º 0.3% 0.39% -
HSV(B) 156º 0.46% 0.51% -
XYZ 13.11 18.31 16.48 -
YUV 109.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 70 130 106 0.46 0 0.18 0.49 156 0.3 0.39
Hex 46 82 6A 2E 0 12 31 9C 1E 27
Octal 106 202 152 56 0 22 61 234 36 47
Binary 1000110 10000010 1101010 101110 0 10010 110001 10011100 11110 100111

Color Harmonies of #46826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46826A

Black with #46826A

Text Example


Text Example

White with #46826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46826A; }

 p { color: rgb(70,130,106); }

 H1.HeaderClassName
 {
   color: #46826A;
 }
 .AnyTagClassName
 {
   color: #46826A;
 }
</style>

background-color css

<style>
 a { background-color: #46826A; }

 a { background-color: rgb(70,130,106); }

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

border-color css

<style>
 span { border-color: #46826A; }

 span { border-color: rgb(70,130,106); }

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