Html Css Color HEX #484B1D Army green

📋 copy color: '#484B1D'

red 72 ◦ green 75 ◦ blue 29

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

Shades of Army green #484B1D

Tints of Army green #484B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 40.91%
G = 42.61%
B = 16.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#484B1D (or 0x484B1D) is known color: Army green. HEX triplet: 48, 4B and 1D. RGB value is (72,75,29). Sum of RGB (Red+Green+Blue) = 72+75+29=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #484B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B1D is #B7B4E2. Grayscale: #454545. Windows color (decimal): -12039395 or 1919816. OLE color: 1919816.

HSL color Cylindrical-coordinate representation of color #484B1D: hue angle of 63.91º 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 #484B1D is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 75 29 -
CMYK 0.04 0 0.61 0.71
HSL 63.91º 0.44% 0.2% -
HSV(B) 63.91º 0.61% 0.29% -
XYZ 5.41 6.5 2.13 -
YUV 68.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 72 75 29 0.04 0 0.61 0.71 63.91 0.44 0.2
Hex 48 4B 1D 4 0 3D 47 40 2C 14
Octal 110 113 35 4 0 75 107 100 54 24
Binary 1001000 1001011 11101 100 0 111101 1000111 1000000 101100 10100

Color Harmonies of #484B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B1D

Black with #484B1D

Text Example


Text Example

White with #484B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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