Html Css Color HEX #46816C Viridian

📋 copy color: '#46816C'

red 70 ◦ green 129 ◦ blue 108

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

Shades of Viridian #46816C

Tints of Viridian #46816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 22.8%
G = 42.02%
B = 35.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#46816C (or 0x46816C) is known color: Viridian. HEX triplet: 46, 81 and 6C. RGB value is (70,129,108). Sum of RGB (Red+Green+Blue) = 70+129+108=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #46816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46816C is #B97E93. Grayscale: #6C6C6C. Windows color (decimal): -12156564 or 7110982. OLE color: 7110982.

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

Color convert

RGB 70 129 108 -
CMYK 0.46 0 0.16 0.49
HSL 158.64º 0.3% 0.39% -
HSV(B) 158.64º 0.46% 0.51% -
XYZ 13.08 18.09 16.99 -
YUV 108.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 70 129 108 0.46 0 0.16 0.49 158.64 0.3 0.39
Hex 46 81 6C 2E 0 10 31 9F 1E 27
Octal 106 201 154 56 0 20 61 237 36 47
Binary 1000110 10000001 1101100 101110 0 10000 110001 10011111 11110 100111

Color Harmonies of #46816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46816C

Black with #46816C

Text Example


Text Example

White with #46816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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