Html Css Color HEX #42461E Army green

📋 copy color: '#42461E'

red 66 ◦ green 70 ◦ blue 30

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

Shades of Army green #42461E

Tints of Army green #42461E

RGB

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

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

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

R = 39.76%
G = 42.17%
B = 18.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#42461E (or 0x42461E) is known color: Army green. HEX triplet: 42, 46 and 1E. RGB value is (66,70,30). Sum of RGB (Red+Green+Blue) = 66+70+30=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #42461E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42461E is #BDB9E1. Grayscale: #404040. Windows color (decimal): -12433890 or 1984066. OLE color: 1984066.

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

Color convert

RGB 66 70 30 -
CMYK 0.06 0 0.57 0.73
HSL 66º 0.4% 0.2% -
HSV(B) 66º 0.57% 0.27% -
XYZ 4.67 5.63 2.07 -
YUV 64.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 66 70 30 0.06 0 0.57 0.73 66 0.4 0.2
Hex 42 46 1E 6 0 39 49 42 28 14
Octal 102 106 36 6 0 71 111 102 50 24
Binary 1000010 1000110 11110 110 0 111001 1001001 1000010 101000 10100

Color Harmonies of #42461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42461E

Black with #42461E

Text Example


Text Example

White with #42461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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