Html Css Color HEX #4B531D Army green

📋 copy color: '#4B531D'

red 75 ◦ green 83 ◦ blue 29

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

Shades of Army green #4B531D

Tints of Army green #4B531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

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

R = 40.11%
G = 44.39%
B = 15.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#4B531D (or 0x4B531D) is known color: Army green. HEX triplet: 4B, 53 and 1D. RGB value is (75,83,29). Sum of RGB (Red+Green+Blue) = 75+83+29=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #4B531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B531D is #B4ACE2. Grayscale: #4A4A4A. Windows color (decimal): -11840739 or 1921867. OLE color: 1921867.

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

Color convert

RGB 75 83 29 -
CMYK 0.10 0 0.65 0.67
HSL 68.89º 0.48% 0.22% -
HSV(B) 68.89º 0.65% 0.33% -
XYZ 6.22 7.77 2.33 -
YUV 74.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 75 83 29 0.10 0 0.65 0.67 68.89 0.48 0.22
Hex 4B 53 1D A 0 41 43 45 30 16
Octal 113 123 35 12 0 101 103 105 60 26
Binary 1001011 1010011 11101 1010 0 1000001 1000011 1000101 110000 10110

Color Harmonies of #4B531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B531D

Black with #4B531D

Text Example


Text Example

White with #4B531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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