#474B1D

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

Shades of Army green #474B1D

Tints of Army green #474B1D

Color information

#474B1D (or 0x474B1D) is unknown color: approx Army green. HEX triplet: 47, 4B and 1D. RGB value is (71,75,29). Sum of RGB (Red+Green+Blue) = 71+75+29=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #474B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B1D is #B8B4E2. Grayscale: #444444. Windows color (decimal): -12104931 or 1919815. OLE color: 1919815.

HSL color Cylindrical-coordinate representation of color #474B1D: hue angle of 65.22º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #474B1D is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB717529-
CMYK0.0500.610.71
HSL65.22º44.23%20.39%-
HSV(B)65.22º61.33%29.41%-
XYZ5.346.462.13-
YUV68.56105.67129.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=40.57%
G=42.86%
B=16.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7175290.0500.610.7165.2244.2320.39
Hex474B1D503D47412c14
Octal1071133550751071015424
Binary100011110010111110110101111011000111100000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474B1D; }

 p { color: rgb(71,75,29); }

 H1.HeaderClassName
 {
   color: #474B1D;
 }
 .AnyTagClassName
 {
   color: #474B1D;
 }
</style>
background-color css

<style>
 a { background-color: #474B1D; }

 a { background-color: rgb(71,75,29); }

 div.DivClassName
 {
   background-color: #474B1D;
 }
 .BgClassName
 {
   background-color: #474B1D;
 }
</style>
border-color css

<style>
 span { border-color: #474B1D; }

 span { border-color: rgb(71,75,29); }

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