#3a846b

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

Shades of Viridian #3A846B

Tints of Viridian #3A846B

Color information

#3A846B (or 0x3A846B) is unknown color: approx Viridian. HEX triplet: 3A, 84 and 6B. RGB value is (58,132,107). Sum of RGB (Red+Green+Blue) = 58+132+107=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #3A846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A846B is #C57B94. Grayscale: #6B6B6B. Windows color (decimal): -12942229 or 7046202. OLE color: 7046202.

HSL color Cylindrical-coordinate representation of color #3A846B: hue angle of 159.73º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A846B is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB58132107-
CMYK0.5600.190.48
HSL159.73º38.95%37.25%-
HSV(B)159.73º56.06%51.76%-
XYZ12.6518.4616.81-
YUV107.02127.9893.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=19.53%
G=44.44%
B=36.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581321070.5600.190.48159.7338.9537.25
Hex3A846B3801330a02725
Octal7220415370023602404745
Binary11101010000100110101111100001001111000010100000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a846b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3a846b; }

 p { color: rgb(58,132,107); }

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

<style>
 a { background-color: #3a846b; }

 a { background-color: rgb(58,132,107); }

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

<style>
 span { border-color: #3a846b; }

 span { border-color: rgb(58,132,107); }

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