#3D826B

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

Shades of Viridian #3D826B

Tints of Viridian #3D826B

Color information

#3D826B (or 0x3D826B) is unknown color: approx Viridian. HEX triplet: 3D, 82 and 6B. RGB value is (61,130,107). Sum of RGB (Red+Green+Blue) = 61+130+107=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #3D826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D826B is #C27D94. Grayscale: #6A6A6A. Windows color (decimal): -12746133 or 7045693. OLE color: 7045693.

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

Color convert

RGB61130107-
CMYK0.5300.180.49
HSL160º36.13%37.45%-
HSV(B)160º53.08%50.98%-
XYZ12.5618.0216.73-
YUV106.75128.1495.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=20.47%
G=43.62%
B=35.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611301070.5300.180.4916036.1337.45
Hex3D826B3501231a02425
Octal7520215365022612404445
Binary11110110000010110101111010101001011000110100000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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