Html Css Color HEX #484B1F Army green

📋 copy color: '#484B1F'

red 72 ◦ green 75 ◦ blue 31

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

Shades of Army green #484B1F

Tints of Army green #484B1F

RGB

 RED value IS 72 (28.52% from 255) = 40.45%

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

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

R = 40.45%
G = 42.13%
B = 17.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#484B1F (or 0x484B1F) is known color: Army green. HEX triplet: 48, 4B and 1F. RGB value is (72,75,31). Sum of RGB (Red+Green+Blue) = 72+75+31=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #484B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B1F is #B7B4E0. Grayscale: #454545. Windows color (decimal): -12039393 or 2050888. OLE color: 2050888.

HSL color Cylindrical-coordinate representation of color #484B1F: hue angle of 64.09º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #484B1F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 75 31 -
CMYK 0.04 0 0.59 0.71
HSL 64.09º 0.42% 0.21% -
HSV(B) 64.09º 0.59% 0.29% -
XYZ 5.44 6.51 2.27 -
YUV 69.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 72 75 31 0.04 0 0.59 0.71 64.09 0.42 0.21
Hex 48 4B 1F 4 0 3B 47 40 2A 15
Octal 110 113 37 4 0 73 107 100 52 25
Binary 1001000 1001011 11111 100 0 111011 1000111 1000000 101010 10101

Color Harmonies of #484B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B1F

Black with #484B1F

Text Example


Text Example

White with #484B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484B1F; }

 p { color: rgb(72,75,31); }

 H1.HeaderClassName
 {
   color: #484B1F;
 }
 .AnyTagClassName
 {
   color: #484B1F;
 }
</style>

background-color css

<style>
 a { background-color: #484B1F; }

 a { background-color: rgb(72,75,31); }

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

border-color css

<style>
 span { border-color: #484B1F; }

 span { border-color: rgb(72,75,31); }

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