Html Css Color HEX #42461F Army green

📋 copy color: '#42461F'

red 66 ◦ green 70 ◦ blue 31

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

Shades of Army green #42461F

Tints of Army green #42461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.56%

R = 39.52%
G = 41.92%
B = 18.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#42461F (or 0x42461F) is known color: Army green. HEX triplet: 42, 46 and 1F. RGB value is (66,70,31). Sum of RGB (Red+Green+Blue) = 66+70+31=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #42461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42461F is #BDB9E0. Grayscale: #404040. Windows color (decimal): -12433889 or 2049602. OLE color: 2049602.

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

Color convert

RGB 66 70 31 -
CMYK 0.06 0 0.56 0.73
HSL 66.15º 0.39% 0.2% -
HSV(B) 66.15º 0.56% 0.27% -
XYZ 4.68 5.64 2.14 -
YUV 64.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 66 70 31 0.06 0 0.56 0.73 66.15 0.39 0.2
Hex 42 46 1F 6 0 38 49 42 27 14
Octal 102 106 37 6 0 70 111 102 47 24
Binary 1000010 1000110 11111 110 0 111000 1001001 1000010 100111 10100

Color Harmonies of #42461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42461F

Black with #42461F

Text Example


Text Example

White with #42461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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