Html Css Color HEX #42451D Army green

📋 copy color: '#42451D'

red 66 ◦ green 69 ◦ blue 29

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

Shades of Army green #42451D

Tints of Army green #42451D

RGB

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

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

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

R = 40.24%
G = 42.07%
B = 17.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#42451D (or 0x42451D) is known color: Army green. HEX triplet: 42, 45 and 1D. RGB value is (66,69,29). Sum of RGB (Red+Green+Blue) = 66+69+29=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #42451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42451D is #BDBAE2. Grayscale: #3F3F3F. Windows color (decimal): -12434147 or 1918274. OLE color: 1918274.

HSL color Cylindrical-coordinate representation of color #42451D: hue angle of 64.5º 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 #42451D is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 29 -
CMYK 0.04 0 0.58 0.73
HSL 64.5º 0.41% 0.19% -
HSV(B) 64.5º 0.58% 0.27% -
XYZ 4.6 5.5 1.98 -
YUV 63.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 66 69 29 0.04 0 0.58 0.73 64.5 0.41 0.19
Hex 42 45 1D 4 0 3A 49 40 29 13
Octal 102 105 35 4 0 72 111 100 51 23
Binary 1000010 1000101 11101 100 0 111010 1001001 1000000 101001 10011

Color Harmonies of #42451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42451D

Black with #42451D

Text Example


Text Example

White with #42451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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