#3D8666

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

Shades of Viridian #3D8666

Tints of Viridian #3D8666

Color information

#3D8666 (or 0x3D8666) is unknown color: approx Viridian. HEX triplet: 3D, 86 and 66. RGB value is (61,134,102). Sum of RGB (Red+Green+Blue) = 61+134+102=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8666 is #C27999. Grayscale: #6C6C6C. Windows color (decimal): -12745114 or 6719037. OLE color: 6719037.

HSL color Cylindrical-coordinate representation of color #3D8666: hue angle of 153.7º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8666 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB61134102-
CMYK0.5400.240.47
HSL153.7º37.44%38.24%-
HSV(B)153.7º54.48%52.55%-
XYZ12.851915.56-
YUV108.52124.3294.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=20.54%
G=45.12%
B=34.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611341020.5400.240.47153.737.4438.24
Hex3D8666360182F9a2526
Octal7520614666030572324546
Binary11110110000110110011011011001100010111110011010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,102); }

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

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

 a { background-color: rgb(61,134,102); }

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

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

 span { border-color: rgb(61,134,102); }

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