Html Css Color HEX #46836C Viridian

📋 copy color: '#46836C'

red 70 ◦ green 131 ◦ blue 108

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

Shades of Viridian #46836C

Tints of Viridian #46836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

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

R = 22.65%
G = 42.39%
B = 34.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#46836C (or 0x46836C) is known color: Viridian. HEX triplet: 46, 83 and 6C. RGB value is (70,131,108). Sum of RGB (Red+Green+Blue) = 70+131+108=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #46836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46836C is #B97C93. Grayscale: #6E6E6E. Windows color (decimal): -12156052 or 7111494. OLE color: 7111494.

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

Color convert

RGB 70 131 108 -
CMYK 0.47 0 0.18 0.49
HSL 157.38º 0.3% 0.39% -
HSV(B) 157.38º 0.47% 0.51% -
XYZ 13.35 18.62 17.08 -
YUV 110.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 70 131 108 0.47 0 0.18 0.49 157.38 0.3 0.39
Hex 46 83 6C 2F 0 12 31 9D 1E 27
Octal 106 203 154 57 0 22 61 235 36 47
Binary 1000110 10000011 1101100 101111 0 10010 110001 10011101 11110 100111

Color Harmonies of #46836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46836C

Black with #46836C

Text Example


Text Example

White with #46836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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