#46836F

Color #46836F Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #46836F

Tints of Viridian #46836F

Color information

#46836F (or 0x46836F) is unknown color: approx Viridian. HEX triplet: 46, 83 and 6F. RGB value is (70,131,111). Sum of RGB (Red+Green+Blue) = 70+131+111=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #46836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46836F is #B97C90. Grayscale: #6E6E6E. Windows color (decimal): -12156049 or 7308102. OLE color: 7308102.

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

Color convert

RGB70131111-
CMYK0.4700.150.49
HSL160.33º30.35%39.41%-
HSV(B)160.33º46.56%51.37%-
XYZ13.5118.6817.93-
YUV110.48128.2999.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=22.44%
G=41.99%
B=35.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701311110.4700.150.49160.3330.3539.41
Hex46836F2F0F31a01e27
Octal10620315757017612403647
Binary1000110100000111101111101111011111100011010000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #46836F;
 }
 .AnyTagClassName
 {
   color: #46836F;
 }
</style>
background-color css

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

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

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

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

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

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