#3A670E

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

Shades of Verdun Green #3A670E

Tints of Verdun Green #3A670E

Color information

#3A670E (or 0x3A670E) is unknown color: approx Verdun Green. HEX triplet: 3A, 67 and 0E. RGB value is (58,103,14). Sum of RGB (Red+Green+Blue) = 58+103+14=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #3A670E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A670E is #C598F1. Grayscale: #4F4F4F. Windows color (decimal): -12949746 or 943930. OLE color: 943930.

HSL color Cylindrical-coordinate representation of color #3A670E: hue angle of 90.34º 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 #3A670E is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB5810314-
CMYK0.4400.860.60
HSL90.34º76.07%22.94%-
HSV(B)90.34º86.41%40.39%-
XYZ6.6710.632.12-
YUV79.491.09112.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 103 (40.62% from 255) = 58.86%
BLUE value IS 14 (5.86% from 255) = 8%
R=33.14%
G=58.86%
B=8%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58103140.4400.860.6090.3476.0722.94
Hex3A67E2C0563C5a4c17
Octal72147165401267413211427
Binary11101011001111110101100010101101111001011010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,103,14); }

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

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

 a { background-color: rgb(58,103,14); }

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

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

 span { border-color: rgb(58,103,14); }

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