#3D896F

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

Shades of Viridian #3D896F

Tints of Viridian #3D896F

Color information

#3D896F (or 0x3D896F) is unknown color: approx Viridian. HEX triplet: 3D, 89 and 6F. RGB value is (61,137,111). Sum of RGB (Red+Green+Blue) = 61+137+111=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #3D896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D896F is #C27690. Grayscale: #6F6F6F. Windows color (decimal): -12744337 or 7309629. OLE color: 7309629.

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

Color convert

RGB61137111-
CMYK0.5500.190.46
HSL159.47º38.38%38.82%-
HSV(B)159.47º55.47%53.73%-
XYZ13.7420.0318.18-
YUV111.31127.8292.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.74%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=19.74%
G=44.34%
B=35.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611371110.5500.190.46159.4738.3838.82
Hex3D896F370132E9f2627
Octal7521115767023562374647
Binary11110110001001110111111011101001110111010011111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,137,111); }

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

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

 a { background-color: rgb(61,137,111); }

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

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

 span { border-color: rgb(61,137,111); }

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