#434620

Color #434620 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #434620

Tints of Army green #434620

Color information

#434620 (or 0x434620) is unknown color: approx Army green. HEX triplet: 43, 46 and 20. RGB value is (67,70,32). Sum of RGB (Red+Green+Blue) = 67+70+32=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #434620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434620 is #BCB9DF. Grayscale: #404040. Windows color (decimal): -12368352 or 2115139. OLE color: 2115139.

HSL color Cylindrical-coordinate representation of color #434620: hue angle of 64.74º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434620 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB677032-
CMYK0.0400.540.73
HSL64.74º37.25%20%-
HSV(B)64.74º54.29%27.45%-
XYZ4.775.682.21-
YUV64.77109.51129.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.64%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=39.64%
G=41.42%
B=18.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6770320.0400.540.7364.7437.2520
Hex434620403649412514
Octal1031064040661111014524
Binary1000011100011010000010001101101001001100000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434620; }

 p { color: rgb(67,70,32); }

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

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

 a { background-color: rgb(67,70,32); }

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

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

 span { border-color: rgb(67,70,32); }

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