#45461A

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

Shades of Army green #45461A

Tints of Army green #45461A

Color information

#45461A (or 0x45461A) is unknown color: approx Army green. HEX triplet: 45, 46 and 1A. RGB value is (69,70,26). Sum of RGB (Red+Green+Blue) = 69+70+26=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #45461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45461A is #BAB9E5. Grayscale: #404040. Windows color (decimal): -12237286 or 1721925. OLE color: 1721925.

HSL color Cylindrical-coordinate representation of color #45461A: hue angle of 61.36º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45461A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB697026-
CMYK0.0100.630.73
HSL61.36º45.83%18.82%-
HSV(B)61.36º62.86%27.45%-
XYZ4.835.721.83-
YUV64.68106.17131.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=41.82%
G=42.42%
B=15.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6970260.0100.630.7361.3645.8318.82
Hex45461A103F493d2e13
Octal105106321077111755623
Binary100010110001101101010111111100100111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45461A; }

 p { color: rgb(69,70,26); }

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

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

 a { background-color: rgb(69,70,26); }

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

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

 span { border-color: rgb(69,70,26); }

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