#3D7B69

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

Shades of Viridian #3D7B69

Tints of Viridian #3D7B69

Color information

#3D7B69 (or 0x3D7B69) is unknown color: approx Viridian. HEX triplet: 3D, 7B and 69. RGB value is (61,123,105). Sum of RGB (Red+Green+Blue) = 61+123+105=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B69 is #C28496. Grayscale: #666666. Windows color (decimal): -12747927 or 6912829. OLE color: 6912829.

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

Color convert

RGB61123105-
CMYK0.5000.150.52
HSL162.58º33.7%36.08%-
HSV(B)162.58º50.41%48.24%-
XYZ11.5616.1815.88-
YUV102.41129.4698.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=21.11%
G=42.56%
B=36.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611231050.5000.150.52162.5833.736.08
Hex3D7B69320F34a32224
Octal7517315162017642434244
Binary111101111101111010011100100111111010010100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,123,105); }

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

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

 a { background-color: rgb(61,123,105); }

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

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

 span { border-color: rgb(61,123,105); }

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