#3D8871

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

Shades of Viridian #3D8871

Tints of Viridian #3D8871

Color information

#3D8871 (or 0x3D8871) is unknown color: approx Viridian. HEX triplet: 3D, 88 and 71. RGB value is (61,136,113). Sum of RGB (Red+Green+Blue) = 61+136+113=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8871 is #C2778E. Grayscale: #6E6E6E. Windows color (decimal): -12744591 or 7440445. OLE color: 7440445.

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

Color convert

RGB61136113-
CMYK0.5500.170.47
HSL161.6º38.07%38.63%-
HSV(B)161.6º55.15%53.33%-
XYZ13.7119.7918.72-
YUV110.95129.1592.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.68%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=19.68%
G=43.87%
B=36.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611361130.5500.170.47161.638.0738.63
Hex3D8871370112Fa22627
Octal7521016167021572424647
Binary11110110001000111000111011101000110111110100010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,136,113); }

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

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

 a { background-color: rgb(61,136,113); }

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

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

 span { border-color: rgb(61,136,113); }

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