Html Css Color HEX #42441E Army green

📋 copy color: '#42441E'

red 66 ◦ green 68 ◦ blue 30

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

Shades of Army green #42441E

Tints of Army green #42441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 40.24%
G = 41.46%
B = 18.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#42441E (or 0x42441E) is known color: Army green. HEX triplet: 42, 44 and 1E. RGB value is (66,68,30). Sum of RGB (Red+Green+Blue) = 66+68+30=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #42441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42441E is #BDBBE1. Grayscale: #3F3F3F. Windows color (decimal): -12434402 or 1983554. OLE color: 1983554.

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

Color convert

RGB 66 68 30 -
CMYK 0.03 0 0.56 0.73
HSL 63.16º 0.39% 0.19% -
HSV(B) 63.16º 0.56% 0.27% -
XYZ 4.55 5.39 2.03 -
YUV 63.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 66 68 30 0.03 0 0.56 0.73 63.16 0.39 0.19
Hex 42 44 1E 3 0 38 49 3F 27 13
Octal 102 104 36 3 0 70 111 77 47 23
Binary 1000010 1000100 11110 11 0 111000 1001001 111111 100111 10011

Color Harmonies of #42441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42441E

Black with #42441E

Text Example


Text Example

White with #42441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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