#3A5A04

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

Shades of Verdun Green #3A5A04

Tints of Verdun Green #3A5A04

Color information

#3A5A04 (or 0x3A5A04) is unknown color: approx Verdun Green. HEX triplet: 3A, 5A and 04. RGB value is (58,90,4). Sum of RGB (Red+Green+Blue) = 58+90+4=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5A04 is #C5A5FB. Grayscale: #464646. Windows color (decimal): -12953084 or 285242. OLE color: 285242.

HSL color Cylindrical-coordinate representation of color #3A5A04: hue angle of 82.33º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A5A04 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB58904-
CMYK0.3600.960.65
HSL82.33º91.49%18.43%-
HSV(B)82.33º95.56%35.29%-
XYZ5.428.221.42-
YUV70.6390.4118.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 90 (35.55% from 255) = 59.21%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=38.16%
G=59.21%
B=2.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589040.3600.960.6582.3391.4918.43
Hex3A5A42406041525b12
Octal72132444014010112213322
Binary11101010110101001001000110000010000011010010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,90,4); }

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

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

 a { background-color: rgb(58,90,4); }

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

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

 span { border-color: rgb(58,90,4); }

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