#3C826B

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

Shades of Viridian #3C826B

Tints of Viridian #3C826B

Color information

#3C826B (or 0x3C826B) is unknown color: approx Viridian. HEX triplet: 3C, 82 and 6B. RGB value is (60,130,107). Sum of RGB (Red+Green+Blue) = 60+130+107=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #3C826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C826B is #C37D94. Grayscale: #6A6A6A. Windows color (decimal): -12811669 or 7045692. OLE color: 7045692.

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

Color convert

RGB60130107-
CMYK0.5400.180.49
HSL160.29º36.84%37.25%-
HSV(B)160.29º53.85%50.98%-
XYZ12.517.9916.72-
YUV106.45128.3194.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=20.20%
G=43.77%
B=36.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601301070.5400.180.49160.2936.8437.25
Hex3C826B3601231a02525
Octal7420215366022612404545
Binary11110010000010110101111011001001011000110100000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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