#3D8674

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

Shades of Viridian #3D8674

Tints of Viridian #3D8674

Color information

#3D8674 (or 0x3D8674) is unknown color: approx Viridian. HEX triplet: 3D, 86 and 74. RGB value is (61,134,116). Sum of RGB (Red+Green+Blue) = 61+134+116=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8674 is #C2798B. Grayscale: #6E6E6E. Windows color (decimal): -12745100 or 7636541. OLE color: 7636541.

HSL color Cylindrical-coordinate representation of color #3D8674: hue angle of 165.21º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8674 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB61134116-
CMYK0.5400.130.47
HSL165.21º37.44%38.24%-
HSV(B)165.21º54.48%52.55%-
XYZ13.619.319.53-
YUV110.12131.3292.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=19.61%
G=43.09%
B=37.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611341160.5400.130.47165.2137.4438.24
Hex3D8674360D2Fa52526
Octal7520616466015572454546
Binary1111011000011011101001101100110110111110100101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,116); }

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

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

 a { background-color: rgb(61,134,116); }

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

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

 span { border-color: rgb(61,134,116); }

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