#3A660C

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

Shades of Verdun Green #3A660C

Tints of Verdun Green #3A660C

Color information

#3A660C (or 0x3A660C) is unknown color: approx Verdun Green. HEX triplet: 3A, 66 and 0C. RGB value is (58,102,12). Sum of RGB (Red+Green+Blue) = 58+102+12=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #3A660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A660C is #C599F3. Grayscale: #4E4E4E. Windows color (decimal): -12950004 or 812602. OLE color: 812602.

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

Color convert

RGB5810212-
CMYK0.4300.880.6
HSL89.33º78.95%22.35%-
HSV(B)89.33º88.24%40%-
XYZ6.5610.432.01-
YUV78.5890.42113.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 102 (40.23% from 255) = 59.30%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=33.72%
G=59.30%
B=6.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal58102120.4300.880.689.3378.9522.35
Hex3A66C2B0583C594f16
Octal72146145301307413111726
Binary11101011001101100101011010110001111001011001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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