Html Css Color HEX #46816E Viridian

📋 copy color: '#46816E'

red 70 ◦ green 129 ◦ blue 110

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

Shades of Viridian #46816E

Tints of Viridian #46816E

RGB

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

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

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

R = 22.65%
G = 41.75%
B = 35.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#46816E (or 0x46816E) is known color: Viridian. HEX triplet: 46, 81 and 6E. RGB value is (70,129,110). Sum of RGB (Red+Green+Blue) = 70+129+110=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #46816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46816E is #B97E91. Grayscale: #6D6D6D. Windows color (decimal): -12156562 or 7242054. OLE color: 7242054.

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

Color convert

RGB 70 129 110 -
CMYK 0.46 0 0.15 0.49
HSL 160.68º 0.3% 0.39% -
HSV(B) 160.68º 0.46% 0.51% -
XYZ 13.19 18.13 17.56 -
YUV 109.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 70 129 110 0.46 0 0.15 0.49 160.68 0.3 0.39
Hex 46 81 6E 2E 0 F 31 A1 1E 27
Octal 106 201 156 56 0 17 61 241 36 47
Binary 1000110 10000001 1101110 101110 0 1111 110001 10100001 11110 100111

Color Harmonies of #46816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46816E

Black with #46816E

Text Example


Text Example

White with #46816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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