Html Css Color HEX #42441D Army green

📋 copy color: '#42441D'

red 66 ◦ green 68 ◦ blue 29

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

Shades of Army green #42441D

Tints of Army green #42441D

RGB

 RED value IS 66 (26.17% from 255) = 40.49%

 GREEN value IS 68 (26.95% from 255) = 41.72%

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

R = 40.49%
G = 41.72%
B = 17.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#42441D (or 0x42441D) is known color: Army green. HEX triplet: 42, 44 and 1D. RGB value is (66,68,29). Sum of RGB (Red+Green+Blue) = 66+68+29=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #42441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42441D is #BDBBE2. Grayscale: #3F3F3F. Windows color (decimal): -12434403 or 1918018. OLE color: 1918018.

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

Color convert

RGB 66 68 29 -
CMYK 0.03 0 0.57 0.73
HSL 63.08º 0.4% 0.19% -
HSV(B) 63.08º 0.57% 0.27% -
XYZ 4.54 5.38 1.96 -
YUV 62.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 66 68 29 0.03 0 0.57 0.73 63.08 0.4 0.19
Hex 42 44 1D 3 0 39 49 3F 28 13
Octal 102 104 35 3 0 71 111 77 50 23
Binary 1000010 1000100 11101 11 0 111001 1001001 111111 101000 10011

Color Harmonies of #42441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42441D

Black with #42441D

Text Example


Text Example

White with #42441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,68,29); }

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

background-color css

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

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

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

border-color css

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

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

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