Html Css Color HEX #45451D Army green

📋 copy color: '#45451D'

red 69 ◦ green 69 ◦ blue 29

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

Shades of Army green #45451D

Tints of Army green #45451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.32%

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

R = 41.32%
G = 41.32%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#45451D (or 0x45451D) is known color: Army green. HEX triplet: 45, 45 and 1D. RGB value is (69,69,29). Sum of RGB (Red+Green+Blue) = 69+69+29=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 69 - color contains mainly: red, green. Hex color #45451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45451D is #BABAE2. Grayscale: #404040. Windows color (decimal): -12237539 or 1918277. OLE color: 1918277.

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

Color convert

RGB 69 69 29 -
CMYK 0 0 0.58 0.73
HSL 60º 0.41% 0.19% -
HSV(B) 60º 0.58% 0.27% -
XYZ 4.8 5.61 1.99 -
YUV 64.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 69 69 29 0 0 0.58 0.73 60 0.41 0.19
Hex 45 45 1D 0 0 3A 49 3C 29 13
Octal 105 105 35 0 0 72 111 74 51 23
Binary 1000101 1000101 11101 0 0 111010 1001001 111100 101001 10011

Color Harmonies of #45451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45451D

Black with #45451D

Text Example


Text Example

White with #45451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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