#3D6709

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

Shades of Verdun Green #3D6709

Tints of Verdun Green #3D6709

Color information

#3D6709 (or 0x3D6709) is unknown color: approx Verdun Green. HEX triplet: 3D, 67 and 09. RGB value is (61,103,9). Sum of RGB (Red+Green+Blue) = 61+103+9=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #3D6709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6709 is #C298F6. Grayscale: #505050. Windows color (decimal): -12753143 or 616253. OLE color: 616253.

HSL color Cylindrical-coordinate representation of color #3D6709: hue angle of 86.81º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D6709 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB611039-
CMYK0.4100.910.60
HSL86.81º83.93%21.96%-
HSV(B)86.81º91.26%40.39%-
XYZ6.8210.711.97-
YUV79.7388.09114.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 103 (40.62% from 255) = 59.54%
BLUE value IS 9 (3.91% from 255) = 5.20%
R=35.26%
G=59.54%
B=5.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6110390.4100.910.6086.8183.9321.96
Hex3D6792905B3C575416
Octal75147115101337412712426
Binary11110111001111001101001010110111111001010111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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