#3D6114

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

Shades of Verdun Green #3D6114

Tints of Verdun Green #3D6114

Color information

#3D6114 (or 0x3D6114) is unknown color: approx Verdun Green. HEX triplet: 3D, 61 and 14. RGB value is (61,97,20). Sum of RGB (Red+Green+Blue) = 61+97+20=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #3D6114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6114 is #C29EEB. Grayscale: #4D4D4D. Windows color (decimal): -12754668 or 1335613. OLE color: 1335613.

HSL color Cylindrical-coordinate representation of color #3D6114: hue angle of 88.05º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D6114 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB619720-
CMYK0.3700.790.62
HSL88.05º65.81%22.94%-
HSV(B)88.05º79.38%38.04%-
XYZ6.339.592.18-
YUV77.4695.57116.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.27%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=34.27%
G=54.49%
B=11.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6197200.3700.790.6288.0565.8122.94
Hex3D61142504F3E584217
Octal75141244501177613010227
Binary111101110000110100100101010011111111101011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,97,20); }

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

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

 a { background-color: rgb(61,97,20); }

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

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

 span { border-color: rgb(61,97,20); }

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