Html Css Color HEX #4B521D Army green

📋 copy color: '#4B521D'

red 75 ◦ green 82 ◦ blue 29

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

Shades of Army green #4B521D

Tints of Army green #4B521D

RGB

 RED value IS 75 (29.69% from 255) = 40.32%

 GREEN value IS 82 (32.42% from 255) = 44.09%

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

R = 40.32%
G = 44.09%
B = 15.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#4B521D (or 0x4B521D) is known color: Army green. HEX triplet: 4B, 52 and 1D. RGB value is (75,82,29). Sum of RGB (Red+Green+Blue) = 75+82+29=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #4B521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B521D is #B4ADE2. Grayscale: #4A4A4A. Windows color (decimal): -11840995 or 1921611. OLE color: 1921611.

HSL color Cylindrical-coordinate representation of color #4B521D: hue angle of 67.92º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B521D is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 82 29 -
CMYK 0.09 0 0.65 0.68
HSL 67.92º 0.48% 0.22% -
HSV(B) 67.92º 0.65% 0.32% -
XYZ 6.14 7.62 2.31 -
YUV 73.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 75 82 29 0.09 0 0.65 0.68 67.92 0.48 0.22
Hex 4B 52 1D 9 0 41 44 44 30 16
Octal 113 122 35 11 0 101 104 104 60 26
Binary 1001011 1010010 11101 1001 0 1000001 1000100 1000100 110000 10110

Color Harmonies of #4B521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B521D

Black with #4B521D

Text Example


Text Example

White with #4B521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B521D; }

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

 H1.HeaderClassName
 {
   color: #4B521D;
 }
 .AnyTagClassName
 {
   color: #4B521D;
 }
</style>

background-color css

<style>
 a { background-color: #4B521D; }

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

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

border-color css

<style>
 span { border-color: #4B521D; }

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

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