Html Css Color HEX #46836B Viridian

📋 copy color: '#46836B'

red 70 ◦ green 131 ◦ blue 107

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

Shades of Viridian #46836B

Tints of Viridian #46836B

RGB

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

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

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

R = 22.73%
G = 42.53%
B = 34.74%

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

#46836B (or 0x46836B) is known color: Viridian. HEX triplet: 46, 83 and 6B. RGB value is (70,131,107). Sum of RGB (Red+Green+Blue) = 70+131+107=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #46836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46836B is #B97C94. Grayscale: #6E6E6E. Windows color (decimal): -12156053 or 7045958. OLE color: 7045958.

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

Color convert

RGB 70 131 107 -
CMYK 0.47 0 0.18 0.49
HSL 156.39º 0.3% 0.39% -
HSV(B) 156.39º 0.47% 0.51% -
XYZ 13.3 18.6 16.8 -
YUV 110.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 70 131 107 0.47 0 0.18 0.49 156.39 0.3 0.39
Hex 46 83 6B 2F 0 12 31 9C 1E 27
Octal 106 203 153 57 0 22 61 234 36 47
Binary 1000110 10000011 1101011 101111 0 10010 110001 10011100 11110 100111

Color Harmonies of #46836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46836B

Black with #46836B

Text Example


Text Example

White with #46836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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