#3D8872

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

Shades of Viridian #3D8872

Tints of Viridian #3D8872

Color information

#3D8872 (or 0x3D8872) is unknown color: approx Viridian. HEX triplet: 3D, 88 and 72. RGB value is (61,136,114). Sum of RGB (Red+Green+Blue) = 61+136+114=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8872 is #C2778D. Grayscale: #6F6F6F. Windows color (decimal): -12744590 or 7505981. OLE color: 7505981.

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

Color convert

RGB61136114-
CMYK0.5500.160.47
HSL162.4º38.07%38.63%-
HSV(B)162.4º55.15%53.33%-
XYZ13.7719.8219.02-
YUV111.07129.6592.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=19.61%
G=43.73%
B=36.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611361140.5500.160.47162.438.0738.63
Hex3D8872370102Fa22627
Octal7521016267020572424647
Binary11110110001000111001011011101000010111110100010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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