#3A5005

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

Shades of Verdun Green #3A5005

Tints of Verdun Green #3A5005

Color information

#3A5005 (or 0x3A5005) is unknown color: approx Verdun Green. HEX triplet: 3A, 50 and 05. RGB value is (58,80,5). Sum of RGB (Red+Green+Blue) = 58+80+5=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5005 is #C5AFFA. Grayscale: #414141. Windows color (decimal): -12955643 or 348218. OLE color: 348218.

HSL color Cylindrical-coordinate representation of color #3A5005: hue angle of 77.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A5005 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB58805-
CMYK0.2800.940.69
HSL77.6º88.24%16.67%-
HSV(B)77.6º93.75%31.37%-
XYZ4.646.651.18-
YUV64.8794.21123.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 80 (31.64% from 255) = 55.94%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=40.56%
G=55.94%
B=3.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal588050.2800.940.6977.688.2416.67
Hex3A5051C05E454e5811
Octal72120534013610511613021
Binary1110101010000101111000101111010001011001110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,80,5); }

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

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

 a { background-color: rgb(58,80,5); }

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

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

 span { border-color: rgb(58,80,5); }

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