#3D8667

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

Shades of Viridian #3D8667

Tints of Viridian #3D8667

Color information

#3D8667 (or 0x3D8667) is unknown color: approx Viridian. HEX triplet: 3D, 86 and 67. RGB value is (61,134,103). Sum of RGB (Red+Green+Blue) = 61+134+103=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8667 is #C27998. Grayscale: #6C6C6C. Windows color (decimal): -12745113 or 6784573. OLE color: 6784573.

HSL color Cylindrical-coordinate representation of color #3D8667: hue angle of 154.52º 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 #3D8667 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB61134103-
CMYK0.5400.230.47
HSL154.52º37.44%38.24%-
HSV(B)154.52º54.48%52.55%-
XYZ12.919.0215.82-
YUV108.64124.8294.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=20.47%
G=44.97%
B=34.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611341030.5400.230.47154.5237.4438.24
Hex3D8667360172F9b2526
Octal7520614766027572334546
Binary11110110000110110011111011001011110111110011011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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