#3B660E

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

Shades of Verdun Green #3B660E

Tints of Verdun Green #3B660E

Color information

#3B660E (or 0x3B660E) is unknown color: approx Verdun Green. HEX triplet: 3B, 66 and 0E. RGB value is (59,102,14). Sum of RGB (Red+Green+Blue) = 59+102+14=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #3B660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B660E is #C499F1. Grayscale: #4F4F4F. Windows color (decimal): -12884466 or 943675. OLE color: 943675.

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

Color convert

RGB5910214-
CMYK0.4200.860.6
HSL89.32º75.86%22.75%-
HSV(B)89.32º86.27%40%-
XYZ6.6310.462.09-
YUV79.1191.25113.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.71%
GREEN value IS 102 (40.23% from 255) = 58.29%
BLUE value IS 14 (5.86% from 255) = 8%
R=33.71%
G=58.29%
B=8%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59102140.4200.860.689.3275.8622.75
Hex3B66E2A0563C594c17
Octal73146165201267413111427
Binary11101111001101110101010010101101111001011001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,102,14); }

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

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

 a { background-color: rgb(59,102,14); }

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

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

 span { border-color: rgb(59,102,14); }

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