#3B6510

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

Shades of Verdun Green #3B6510

Tints of Verdun Green #3B6510

Color information

#3B6510 (or 0x3B6510) is unknown color: approx Verdun Green. HEX triplet: 3B, 65 and 10. RGB value is (59,101,16). Sum of RGB (Red+Green+Blue) = 59+101+16=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #3B6510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6510 is #C49AEF. Grayscale: #4F4F4F. Windows color (decimal): -12884720 or 1074491. OLE color: 1074491.

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

Color convert

RGB5910116-
CMYK0.4200.840.60
HSL89.65º72.65%22.94%-
HSV(B)89.65º84.16%39.61%-
XYZ6.5510.272.13-
YUV78.7592.59113.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 101 (39.84% from 255) = 57.39%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=33.52%
G=57.39%
B=9.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59101160.4200.840.6089.6572.6522.94
Hex3B65102A0543C5a4917
Octal73145205201247413211127
Binary111011110010110000101010010101001111001011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,101,16); }

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

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

 a { background-color: rgb(59,101,16); }

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

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

 span { border-color: rgb(59,101,16); }

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