#3D8974

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

Shades of Viridian #3D8974

Tints of Viridian #3D8974

Color information

#3D8974 (or 0x3D8974) is unknown color: approx Viridian. HEX triplet: 3D, 89 and 74. RGB value is (61,137,116). Sum of RGB (Red+Green+Blue) = 61+137+116=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #3D8974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8974 is #C2768B. Grayscale: #6F6F6F. Windows color (decimal): -12744332 or 7637309. OLE color: 7637309.

HSL color Cylindrical-coordinate representation of color #3D8974: hue angle of 163.42º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8974 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB61137116-
CMYK0.5500.150.46
HSL163.42º38.38%38.82%-
HSV(B)163.42º55.47%53.73%-
XYZ14.0220.1419.67-
YUV111.88130.3291.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=19.43%
G=43.63%
B=36.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611371160.5500.150.46163.4238.3838.82
Hex3D8974370F2Ea32627
Octal7521116467017562434647
Binary1111011000100111101001101110111110111010100011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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