#3D8A6E

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

Shades of Viridian #3D8A6E

Tints of Viridian #3D8A6E

Color information

#3D8A6E (or 0x3D8A6E) is unknown color: approx Viridian. HEX triplet: 3D, 8A and 6E. RGB value is (61,138,110). Sum of RGB (Red+Green+Blue) = 61+138+110=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A6E is #C27591. Grayscale: #6F6F6F. Windows color (decimal): -12744082 or 7244349. OLE color: 7244349.

HSL color Cylindrical-coordinate representation of color #3D8A6E: hue angle of 158.18º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A6E is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB61138110-
CMYK0.5600.200.46
HSL158.18º38.69%39.02%-
HSV(B)158.18º55.8%54.12%-
XYZ13.8320.2917.94-
YUV111.79126.9991.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.74%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=19.74%
G=44.66%
B=35.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611381100.5600.200.46158.1838.6939.02
Hex3D8A6E380142E9e2727
Octal7521215670024562364747
Binary11110110001010110111011100001010010111010011110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,138,110); }

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

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

 a { background-color: rgb(61,138,110); }

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

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

 span { border-color: rgb(61,138,110); }

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