#3D6509

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

Shades of Verdun Green #3D6509

Tints of Verdun Green #3D6509

Color information

#3D6509 (or 0x3D6509) is unknown color: approx Verdun Green. HEX triplet: 3D, 65 and 09. RGB value is (61,101,9). Sum of RGB (Red+Green+Blue) = 61+101+9=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6509 is #C29AF6. Grayscale: #4E4E4E. Windows color (decimal): -12753655 or 615741. OLE color: 615741.

HSL color Cylindrical-coordinate representation of color #3D6509: hue angle of 86.09º 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 #3D6509 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB611019-
CMYK0.4000.910.60
HSL86.09º83.64%21.57%-
HSV(B)86.09º91.09%39.61%-
XYZ6.6310.321.9-
YUV78.5588.75115.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.67%
GREEN value IS 101 (39.84% from 255) = 59.06%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=35.67%
G=59.06%
B=5.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6110190.4000.910.6086.0983.6421.57
Hex3D6592805B3C565416
Octal75145115001337412612426
Binary11110111001011001101000010110111111001010110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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