#3B6907

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

Shades of Verdun Green #3B6907

Tints of Verdun Green #3B6907

Color information

#3B6907 (or 0x3B6907) is unknown color: approx Verdun Green. HEX triplet: 3B, 69 and 07. RGB value is (59,105,7). Sum of RGB (Red+Green+Blue) = 59+105+7=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #3B6907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6907 is #C496F8. Grayscale: #505050. Windows color (decimal): -12883705 or 485691. OLE color: 485691.

HSL color Cylindrical-coordinate representation of color #3B6907: hue angle of 88.16º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B6907 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB591057-
CMYK0.4400.930.59
HSL88.16º87.5%21.96%-
HSV(B)88.16º93.33%41.18%-
XYZ6.8911.051.97-
YUV80.0786.76112.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 105 (41.41% from 255) = 61.40%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=34.50%
G=61.40%
B=4.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5910570.4400.930.5988.1687.521.96
Hex3B6972C05D3B585816
Octal7315175401357313013026
Binary1110111101001111101100010111011110111011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,105,7); }

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

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

 a { background-color: rgb(59,105,7); }

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

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

 span { border-color: rgb(59,105,7); }

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