Html Css Color HEX #4B531B Army green

📋 copy color: '#4B531B'

red 75 ◦ green 83 ◦ blue 27

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

Shades of Army green #4B531B

Tints of Army green #4B531B

RGB

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

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

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

R = 40.54%
G = 44.86%
B = 14.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#4B531B (or 0x4B531B) is known color: Army green. HEX triplet: 4B, 53 and 1B. RGB value is (75,83,27). Sum of RGB (Red+Green+Blue) = 75+83+27=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #4B531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B531B is #B4ACE4. Grayscale: #4A4A4A. Windows color (decimal): -11840741 or 1790795. OLE color: 1790795.

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

Color convert

RGB 75 83 27 -
CMYK 0.10 0 0.67 0.67
HSL 68.57º 0.51% 0.22% -
HSV(B) 68.57º 0.67% 0.33% -
XYZ 6.19 7.76 2.21 -
YUV 74.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 75 83 27 0.10 0 0.67 0.67 68.57 0.51 0.22
Hex 4B 53 1B A 0 43 43 45 33 16
Octal 113 123 33 12 0 103 103 105 63 26
Binary 1001011 1010011 11011 1010 0 1000011 1000011 1000101 110011 10110

Color Harmonies of #4B531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B531B

Black with #4B531B

Text Example


Text Example

White with #4B531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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