Html Css Color HEX #45461D Army green

📋 copy color: '#45461D'

red 69 ◦ green 70 ◦ blue 29

#45461D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #45461D

Tints of Army green #45461D

RGB

 RED value IS 69 (27.34% from 255) = 41.07%

 GREEN value IS 70 (27.73% from 255) = 41.67%

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 41.07%
G = 41.67%
B = 17.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#45461D (or 0x45461D) is known color: Army green. HEX triplet: 45, 46 and 1D. RGB value is (69,70,29). Sum of RGB (Red+Green+Blue) = 69+70+29=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #45461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45461D is #BAB9E2. Grayscale: #414141. Windows color (decimal): -12237283 or 1918533. OLE color: 1918533.

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

Color convert

RGB 69 70 29 -
CMYK 0.01 0 0.59 0.73
HSL 61.46º 0.41% 0.19% -
HSV(B) 61.46º 0.59% 0.27% -
XYZ 4.87 5.73 2.01 -
YUV 65.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 69 70 29 0.01 0 0.59 0.73 61.46 0.41 0.19
Hex 45 46 1D 1 0 3B 49 3D 29 13
Octal 105 106 35 1 0 73 111 75 51 23
Binary 1000101 1000110 11101 1 0 111011 1001001 111101 101001 10011

Color Harmonies of #45461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45461D

Black with #45461D

Text Example


Text Example

White with #45461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #45461D;
 }
 .AnyTagClassName
 {
   color: #45461D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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