#3D7C6C

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

Shades of Viridian #3D7C6C

Tints of Viridian #3D7C6C

Color information

#3D7C6C (or 0x3D7C6C) is unknown color: approx Viridian. HEX triplet: 3D, 7C and 6C. RGB value is (61,124,108). Sum of RGB (Red+Green+Blue) = 61+124+108=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #3D7C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7C6C is #C28393. Grayscale: #676767. Windows color (decimal): -12747668 or 7109693. OLE color: 7109693.

HSL color Cylindrical-coordinate representation of color #3D7C6C: hue angle of 164.76º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D7C6C is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB61124108-
CMYK0.5100.130.51
HSL164.76º34.05%36.27%-
HSV(B)164.76º50.81%48.63%-
XYZ11.8416.4916.75-
YUV103.34130.6397.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.82%
GREEN value IS 124 (48.83% from 255) = 42.32%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=20.82%
G=42.32%
B=36.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal611241080.5100.130.51164.7634.0536.27
Hex3D7C6C330D33a52224
Octal7517415463015632454244
Binary111101111110011011001100110110111001110100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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