#3D8874

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

Shades of Viridian #3D8874

Tints of Viridian #3D8874

Color information

#3D8874 (or 0x3D8874) is unknown color: approx Viridian. HEX triplet: 3D, 88 and 74. RGB value is (61,136,116). Sum of RGB (Red+Green+Blue) = 61+136+116=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8874 is #C2778B. Grayscale: #6F6F6F. Windows color (decimal): -12744588 or 7637053. OLE color: 7637053.

HSL color Cylindrical-coordinate representation of color #3D8874: hue angle of 164º 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 #3D8874 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB61136116-
CMYK0.5500.150.47
HSL164º38.07%38.63%-
HSV(B)164º55.15%53.33%-
XYZ13.8819.8619.63-
YUV111.3130.6592.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=19.49%
G=43.45%
B=37.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611361160.5500.150.4716438.0738.63
Hex3D8874370F2Fa42627
Octal7521016467017572444647
Binary1111011000100011101001101110111110111110100100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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