#3A600A

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

Shades of Verdun Green #3A600A

Tints of Verdun Green #3A600A

Color information

#3A600A (or 0x3A600A) is unknown color: approx Verdun Green. HEX triplet: 3A, 60 and 0A. RGB value is (58,96,10). Sum of RGB (Red+Green+Blue) = 58+96+10=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #3A600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A600A is #C59FF5. Grayscale: #4B4B4B. Windows color (decimal): -12951542 or 679994. OLE color: 679994.

HSL color Cylindrical-coordinate representation of color #3A600A: hue angle of 86.51º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A600A is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB589610-
CMYK0.4000.900.62
HSL86.51º81.13%20.78%-
HSV(B)86.51º89.58%37.65%-
XYZ5.989.291.76-
YUV74.8391.41115.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 96 (37.89% from 255) = 58.54%
BLUE value IS 10 (4.30% from 255) = 6.10%
R=35.37%
G=58.54%
B=6.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896100.4000.900.6286.5181.1320.78
Hex3A60A2805A3E575115
Octal72140125001327612712125
Binary11101011000001010101000010110101111101010111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,96,10); }

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

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

 a { background-color: rgb(58,96,10); }

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

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

 span { border-color: rgb(58,96,10); }

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