#3D7F6C

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

Shades of Viridian #3D7F6C

Tints of Viridian #3D7F6C

Color information

#3D7F6C (or 0x3D7F6C) is unknown color: approx Viridian. HEX triplet: 3D, 7F and 6C. RGB value is (61,127,108). Sum of RGB (Red+Green+Blue) = 61+127+108=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #3D7F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7F6C is #C28093. Grayscale: #696969. Windows color (decimal): -12746900 or 7110461. OLE color: 7110461.

HSL color Cylindrical-coordinate representation of color #3D7F6C: hue angle of 162.73º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D7F6C is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB61127108-
CMYK0.5200.150.50
HSL162.73º35.11%36.86%-
HSV(B)162.73º51.97%49.8%-
XYZ12.2217.2516.87-
YUV105.1129.6396.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 127 (50% from 255) = 42.91%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=20.61%
G=42.91%
B=36.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal611271080.5200.150.50162.7335.1136.86
Hex3D7F6C340F32a32325
Octal7517715464017622434345
Binary111101111111111011001101000111111001010100011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,127,108); }

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

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

 a { background-color: rgb(61,127,108); }

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

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

 span { border-color: rgb(61,127,108); }

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