#3A640C

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

Shades of Verdun Green #3A640C

Tints of Verdun Green #3A640C

Color information

#3A640C (or 0x3A640C) is unknown color: approx Verdun Green. HEX triplet: 3A, 64 and 0C. RGB value is (58,100,12). Sum of RGB (Red+Green+Blue) = 58+100+12=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #3A640C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A640C is #C59BF3. Grayscale: #4D4D4D. Windows color (decimal): -12950516 or 812090. OLE color: 812090.

HSL color Cylindrical-coordinate representation of color #3A640C: hue angle of 88.64º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A640C is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB5810012-
CMYK0.4200.880.61
HSL88.64º78.57%21.96%-
HSV(B)88.64º88%39.22%-
XYZ6.3710.041.95-
YUV77.4191.09114.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 100 (39.45% from 255) = 58.82%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=34.12%
G=58.82%
B=7.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58100120.4200.880.6188.6478.5721.96
Hex3A64C2A0583D594f16
Octal72144145201307513111726
Binary11101011001001100101010010110001111011011001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,100,12); }

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

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

 a { background-color: rgb(58,100,12); }

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

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

 span { border-color: rgb(58,100,12); }

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