Html Css Color HEX #474B1B Army green

📋 copy color: '#474B1B'

red 71 ◦ green 75 ◦ blue 27

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

Shades of Army green #474B1B

Tints of Army green #474B1B

RGB

 RED value IS 71 (28.13% from 255) = 41.04%

 GREEN value IS 75 (29.69% from 255) = 43.35%

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 41.04%
G = 43.35%
B = 15.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#474B1B (or 0x474B1B) is known color: Army green. HEX triplet: 47, 4B and 1B. RGB value is (71,75,27). Sum of RGB (Red+Green+Blue) = 71+75+27=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #474B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B1B is #B8B4E4. Grayscale: #444444. Windows color (decimal): -12104933 or 1788743. OLE color: 1788743.

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

Color convert

RGB 71 75 27 -
CMYK 0.05 0 0.64 0.71
HSL 65º 0.47% 0.2% -
HSV(B) 65º 0.64% 0.29% -
XYZ 5.31 6.45 2 -
YUV 68.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 71 75 27 0.05 0 0.64 0.71 65 0.47 0.2
Hex 47 4B 1B 5 0 40 47 41 2F 14
Octal 107 113 33 5 0 100 107 101 57 24
Binary 1000111 1001011 11011 101 0 1000000 1000111 1000001 101111 10100

Color Harmonies of #474B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B1B

Black with #474B1B

Text Example


Text Example

White with #474B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #474B1B;
 }
 .AnyTagClassName
 {
   color: #474B1B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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