#42461F

Color #42461F Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #42461F

Tints of Army green #42461F

Color information

#42461F (or 0x42461F) is unknown color: approx 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

RGB667031-
CMYK0.0600.560.73
HSL66.15º38.61%19.8%-
HSV(B)66.15º55.71%27.45%-
XYZ4.685.642.14-
YUV64.36109.17129.17-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6670310.0600.560.7366.1538.6119.8
Hex42461F603849422714
Octal1021063760701111024724
Binary100001010001101111111001110001001001100001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>