#3B6707

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

Shades of Verdun Green #3B6707

Tints of Verdun Green #3B6707

Color information

#3B6707 (or 0x3B6707) is unknown color: approx Verdun Green. HEX triplet: 3B, 67 and 07. RGB value is (59,103,7). Sum of RGB (Red+Green+Blue) = 59+103+7=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #3B6707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6707 is #C498F8. Grayscale: #4F4F4F. Windows color (decimal): -12884217 or 485179. OLE color: 485179.

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

Color convert

RGB591037-
CMYK0.4300.930.60
HSL87.5º87.27%21.57%-
HSV(B)87.5º93.2%40.39%-
XYZ6.6910.651.9-
YUV78.987.42113.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.91%
GREEN value IS 103 (40.62% from 255) = 60.95%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=34.91%
G=60.95%
B=4.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5910370.4300.930.6087.587.2721.57
Hex3B6772B05D3C585716
Octal7314775301357413012726
Binary1110111100111111101011010111011111001011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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