#3D8176

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

Shades of Viridian #3D8176

Tints of Viridian #3D8176

Color information

#3D8176 (or 0x3D8176) is unknown color: approx Viridian. HEX triplet: 3D, 81 and 76. RGB value is (61,129,118). Sum of RGB (Red+Green+Blue) = 61+129+118=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #3D8176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8176 is #C27E89. Grayscale: #6B6B6B. Windows color (decimal): -12746378 or 7766333. OLE color: 7766333.

HSL color Cylindrical-coordinate representation of color #3D8176: hue angle of 170.29º 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 #3D8176 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB61129118-
CMYK0.5300.090.49
HSL170.29º35.79%37.25%-
HSV(B)170.29º52.71%50.59%-
XYZ13.041819.93-
YUV107.41133.9794.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=19.81%
G=41.88%
B=38.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611291180.5300.090.49170.2935.7937.25
Hex3D8176350931aa2425
Octal7520116665011612524445
Binary1111011000000111101101101010100111000110101010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,129,118); }

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

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

 a { background-color: rgb(61,129,118); }

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

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

 span { border-color: rgb(61,129,118); }

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