#3A6A07

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

Shades of Verdun Green #3A6A07

Tints of Verdun Green #3A6A07

Color information

#3A6A07 (or 0x3A6A07) is unknown color: approx Verdun Green. HEX triplet: 3A, 6A and 07. RGB value is (58,106,7). Sum of RGB (Red+Green+Blue) = 58+106+7=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6A07 is #C595F8. Grayscale: #505050. Windows color (decimal): -12948985 or 485946. OLE color: 485946.

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

Color convert

RGB581067-
CMYK0.4500.930.58
HSL89.09º87.61%22.16%-
HSV(B)89.09º93.4%41.57%-
XYZ6.9411.222-
YUV80.3686.6112.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 106 (41.80% from 255) = 61.99%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=33.92%
G=61.99%
B=4.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5810670.4500.930.5889.0987.6122.16
Hex3A6A72D05D3A595816
Octal7215275501357213113026
Binary1110101101010111101101010111011110101011001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,106,7); }

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

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

 a { background-color: rgb(58,106,7); }

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

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

 span { border-color: rgb(58,106,7); }

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