#3D8168

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

Shades of Viridian #3D8168

Tints of Viridian #3D8168

Color information

#3D8168 (or 0x3D8168) is unknown color: approx Viridian. HEX triplet: 3D, 81 and 68. RGB value is (61,129,104). Sum of RGB (Red+Green+Blue) = 61+129+104=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #3D8168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8168 is #C27E97. Grayscale: #696969. Windows color (decimal): -12746392 or 6848829. OLE color: 6848829.

HSL color Cylindrical-coordinate representation of color #3D8168: hue angle of 157.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D8168 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB61129104-
CMYK0.5300.190.49
HSL157.94º35.79%37.25%-
HSV(B)157.94º52.71%50.59%-
XYZ12.2717.6915.86-
YUV105.82126.9796.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=20.75%
G=43.88%
B=35.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611291040.5300.190.49157.9435.7937.25
Hex3D816835013319e2425
Octal7520115065023612364445
Binary11110110000001110100011010101001111000110011110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,129,104); }

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

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

 a { background-color: rgb(61,129,104); }

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

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

 span { border-color: rgb(61,129,104); }

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