#3B6705

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

Shades of Verdun Green #3B6705

Tints of Verdun Green #3B6705

Color information

#3B6705 (or 0x3B6705) is unknown color: approx Verdun Green. HEX triplet: 3B, 67 and 05. RGB value is (59,103,5). Sum of RGB (Red+Green+Blue) = 59+103+5=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #3B6705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6705 is #C498FA. Grayscale: #4F4F4F. Windows color (decimal): -12884219 or 354107. OLE color: 354107.

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

Color convert

RGB591035-
CMYK0.4300.950.60
HSL86.94º90.74%21.18%-
HSV(B)86.94º95.15%40.39%-
XYZ6.6810.641.85-
YUV78.6786.42113.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 103 (40.62% from 255) = 61.68%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=35.33%
G=61.68%
B=2.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5910350.4300.950.6086.9490.7421.18
Hex3B6752B05F3C575b15
Octal7314755301377412713325
Binary1110111100111101101011010111111111001010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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