#3D6B09

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

Shades of Verdun Green #3D6B09

Tints of Verdun Green #3D6B09

Color information

#3D6B09 (or 0x3D6B09) is unknown color: approx Verdun Green. HEX triplet: 3D, 6B and 09. RGB value is (61,107,9). Sum of RGB (Red+Green+Blue) = 61+107+9=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6B09 is #C294F6. Grayscale: #525252. Windows color (decimal): -12752119 or 617277. OLE color: 617277.

HSL color Cylindrical-coordinate representation of color #3D6B09: hue angle of 88.16º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D6B09 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB611079-
CMYK0.4300.920.58
HSL88.16º84.48%22.75%-
HSV(B)88.16º91.59%41.96%-
XYZ7.2311.532.1-
YUV82.0786.76112.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 107 (42.19% from 255) = 60.45%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=34.46%
G=60.45%
B=5.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6110790.4300.920.5888.1684.4822.75
Hex3D6B92B05C3A585417
Octal75153115301347213012427
Binary11110111010111001101011010111001110101011000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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