#3B660D

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

Shades of Verdun Green #3B660D

Tints of Verdun Green #3B660D

Color information

#3B660D (or 0x3B660D) is unknown color: approx Verdun Green. HEX triplet: 3B, 66 and 0D. RGB value is (59,102,13). Sum of RGB (Red+Green+Blue) = 59+102+13=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #3B660D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B660D is #C499F2. Grayscale: #4F4F4F. Windows color (decimal): -12884467 or 878139. OLE color: 878139.

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

Color convert

RGB5910213-
CMYK0.4200.870.6
HSL88.99º77.39%22.55%-
HSV(B)88.99º87.25%40%-
XYZ6.6310.462.05-
YUV7990.75113.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=33.91%
G=58.62%
B=7.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59102130.4200.870.688.9977.3922.55
Hex3B66D2A0573C594d17
Octal73146155201277413111527
Binary11101111001101101101010010101111111001011001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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