#3D7D6B

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

Shades of Viridian #3D7D6B

Tints of Viridian #3D7D6B

Color information

#3D7D6B (or 0x3D7D6B) is unknown color: approx Viridian. HEX triplet: 3D, 7D and 6B. RGB value is (61,125,107). Sum of RGB (Red+Green+Blue) = 61+125+107=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #3D7D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7D6B is #C28294. Grayscale: #676767. Windows color (decimal): -12747413 or 7044413. OLE color: 7044413.

HSL color Cylindrical-coordinate representation of color #3D7D6B: hue angle of 163.12º 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 #3D7D6B is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB61125107-
CMYK0.5100.140.51
HSL163.12º34.41%36.47%-
HSV(B)163.12º51.2%49.02%-
XYZ11.9116.7216.51-
YUV103.81129.897.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.82%
GREEN value IS 125 (49.22% from 255) = 42.66%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=20.82%
G=42.66%
B=36.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal611251070.5100.140.51163.1234.4136.47
Hex3D7D6B330E33a32224
Octal7517515363016632434244
Binary111101111110111010111100110111011001110100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,125,107); }

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

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

 a { background-color: rgb(61,125,107); }

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

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

 span { border-color: rgb(61,125,107); }

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