#3D8A6C

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

Shades of Viridian #3D8A6C

Tints of Viridian #3D8A6C

Color information

#3D8A6C (or 0x3D8A6C) is unknown color: approx Viridian. HEX triplet: 3D, 8A and 6C. RGB value is (61,138,108). Sum of RGB (Red+Green+Blue) = 61+138+108=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A6C is #C27593. Grayscale: #6F6F6F. Windows color (decimal): -12744084 or 7113277. OLE color: 7113277.

HSL color Cylindrical-coordinate representation of color #3D8A6C: hue angle of 156.62º 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 #3D8A6C is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB61138108-
CMYK0.5600.220.46
HSL156.62º38.69%39.02%-
HSV(B)156.62º55.8%54.12%-
XYZ13.7220.2517.37-
YUV111.56125.9991.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.87%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=19.87%
G=44.95%
B=35.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611381080.5600.220.46156.6238.6939.02
Hex3D8A6C380162E9d2727
Octal7521215470026562354747
Binary11110110001010110110011100001011010111010011101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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