#3A826B

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

Shades of Viridian #3A826B

Tints of Viridian #3A826B

Color information

#3A826B (or 0x3A826B) is unknown color: approx Viridian. HEX triplet: 3A, 82 and 6B. RGB value is (58,130,107). Sum of RGB (Red+Green+Blue) = 58+130+107=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #3A826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A826B is #C57D94. Grayscale: #696969. Windows color (decimal): -12942741 or 7045690. OLE color: 7045690.

HSL color Cylindrical-coordinate representation of color #3A826B: hue angle of 160.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A826B is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB58130107-
CMYK0.5500.180.49
HSL160.83º38.3%36.86%-
HSV(B)160.83º55.38%50.98%-
XYZ12.3817.9316.72-
YUV105.85128.6593.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=19.66%
G=44.07%
B=36.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581301070.5500.180.49160.8338.336.86
Hex3A826B3701231a12625
Octal7220215367022612414645
Binary11101010000010110101111011101001011000110100001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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