Html Css Color HEX #4B531F Army green

📋 copy color: '#4B531F'

red 75 ◦ green 83 ◦ blue 31

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

Shades of Army green #4B531F

Tints of Army green #4B531F

RGB

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

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

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

R = 39.68%
G = 43.92%
B = 16.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#4B531F (or 0x4B531F) is known color: Army green. HEX triplet: 4B, 53 and 1F. RGB value is (75,83,31). Sum of RGB (Red+Green+Blue) = 75+83+31=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #4B531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B531F is #B4ACE0. Grayscale: #4A4A4A. Windows color (decimal): -11840737 or 2052939. OLE color: 2052939.

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

Color convert

RGB 75 83 31 -
CMYK 0.10 0 0.63 0.67
HSL 69.23º 0.46% 0.22% -
HSV(B) 69.23º 0.63% 0.33% -
XYZ 6.24 7.78 2.47 -
YUV 74.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 75 83 31 0.10 0 0.63 0.67 69.23 0.46 0.22
Hex 4B 53 1F A 0 3F 43 45 2E 16
Octal 113 123 37 12 0 77 103 105 56 26
Binary 1001011 1010011 11111 1010 0 111111 1000011 1000101 101110 10110

Color Harmonies of #4B531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B531F

Black with #4B531F

Text Example


Text Example

White with #4B531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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